#c98852

Color #C98852 Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #C98852

Tints of Twine #C98852

Color information

#C98852 (or 0xC98852) is unknown color: approx Twine. HEX triplet: C9, 88 and 52. RGB value is (201,136,82). Sum of RGB (Red+Green+Blue) = 201+136+82=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C98852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98852 is #3677AD. Grayscale: #959595. Windows color (decimal): -3569582 or 5408969. OLE color: 5408969.

HSL color Cylindrical-coordinate representation of color #C98852: hue angle of 27.23º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C98852 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB20113682-
CMYK00.320.590.21
HSL27.23º52.42%55.49%-
HSV(B)27.23º59.2%78.82%-
XYZ34.4130.6412.08-
YUV149.2890.03164.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 47.97%
GREEN value IS 136 (53.52% from 255) = 32.46%
BLUE value IS 82 (32.42% from 255) = 19.57%
R=47.97%
G=32.46%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011368200.320.590.2127.2352.4255.49
HexC988520203B151b3437
Octal3112101220407325336467
Binary1100100110001000101001001000001110111010111011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c98852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c98852; }

 p { color: rgb(201,136,82); }

 H1.HeaderClassName
 {
   color: #c98852;
 }
 .AnyTagClassName
 {
   color: #c98852;
 }
</style>
background-color css

<style>
 a { background-color: #c98852; }

 a { background-color: rgb(201,136,82); }

 div.DivClassName
 {
   background-color: #c98852;
 }
 .BgClassName
 {
   background-color: #c98852;
 }
</style>
border-color css

<style>
 span { border-color: #c98852; }

 span { border-color: rgb(201,136,82); }

 td.TdClassName
 {
   border-color: #c98852;
 }
 .TagClassName
 {
   border-color: #c98852;
 }
</style>