#C99D54

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

Shades of Twine #C99D54

Tints of Twine #C99D54

Color information

#C99D54 (or 0xC99D54) is unknown color: approx Twine. HEX triplet: C9, 9D and 54. RGB value is (201,157,84). Sum of RGB (Red+Green+Blue) = 201+157+84=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 84 (33.20% from 255 or 19.00% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99D54 is #3662AB. Grayscale: #A2A2A2. Windows color (decimal): -3564204 or 5545417. OLE color: 5545417.

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

Color convert

RGB20115784-
CMYK00.220.580.21
HSL37.44º52%55.88%-
HSV(B)37.44º58.21%78.82%-
XYZ37.7437.1713.57-
YUV161.8384.08155.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.48%
GREEN value IS 157 (61.72% from 255) = 35.52%
BLUE value IS 84 (33.20% from 255) = 19.00%
R=45.48%
G=35.52%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011578400.220.580.2137.445255.88
HexC99D540163A15253438
Octal3112351240267225456470
Binary1100100110011101101010001011011101010101100101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99D54; }

 p { color: rgb(201,157,84); }

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

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

 a { background-color: rgb(201,157,84); }

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

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

 span { border-color: rgb(201,157,84); }

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