#CF9A4B

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

Shades of Tussock #CF9A4B

Tints of Tussock #CF9A4B

Color information

#CF9A4B (or 0xCF9A4B) is unknown color: approx Tussock. HEX triplet: CF, 9A and 4B. RGB value is (207,154,75). Sum of RGB (Red+Green+Blue) = 207+154+75=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 75 (29.69% from 255 or 17.20% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9A4B is #3065B4. Grayscale: #A1A1A1. Windows color (decimal): -3171765 or 4954831. OLE color: 4954831.

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

Color convert

RGB20715475-
CMYK00.260.640.19
HSL35.91º57.89%55.29%-
HSV(B)35.91º63.77%81.18%-
XYZ38.5636.8811.74-
YUV160.8479.56160.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.48%
GREEN value IS 154 (60.55% from 255) = 35.32%
BLUE value IS 75 (29.69% from 255) = 17.20%
R=47.48%
G=35.32%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071547500.260.640.1935.9157.8955.29
HexCF9A4B01A4013243a37
Octal31723211303210023447267
Binary11001111100110101001011011010100000010011100100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9A4B; }

 p { color: rgb(207,154,75); }

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

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

 a { background-color: rgb(207,154,75); }

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

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

 span { border-color: rgb(207,154,75); }

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