#CF9D49

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

Shades of Tussock #CF9D49

Tints of Tussock #CF9D49

Color information

#CF9D49 (or 0xCF9D49) is unknown color: approx Tussock. HEX triplet: CF, 9D and 49. RGB value is (207,157,73). Sum of RGB (Red+Green+Blue) = 207+157+73=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 73 (28.91% from 255 or 16.70% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9D49 is #3062B6. Grayscale: #A2A2A2. Windows color (decimal): -3170999 or 4824527. OLE color: 4824527.

HSL color Cylindrical-coordinate representation of color #CF9D49: hue angle of 37.61º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF9D49 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB20715773-
CMYK00.240.650.19
HSL37.61º58.26%54.9%-
HSV(B)37.61º64.73%81.18%-
XYZ38.9937.8611.56-
YUV162.3777.56159.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.37%
GREEN value IS 157 (61.72% from 255) = 35.93%
BLUE value IS 73 (28.91% from 255) = 16.70%
R=47.37%
G=35.93%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071577300.240.650.1937.6158.2654.9
HexCF9D490184113263a37
Octal31723511103010123467267
Binary11001111100111011001001011000100000110011100110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9D49; }

 p { color: rgb(207,157,73); }

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

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

 a { background-color: rgb(207,157,73); }

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

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

 span { border-color: rgb(207,157,73); }

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