#CB9C4F

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

Shades of Tussock #CB9C4F

Tints of Tussock #CB9C4F

Color information

#CB9C4F (or 0xCB9C4F) is unknown color: approx Tussock. HEX triplet: CB, 9C and 4F. RGB value is (203,156,79). Sum of RGB (Red+Green+Blue) = 203+156+79=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 79 (31.25% from 255 or 18.04% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9C4F is #3463B0. Grayscale: #A1A1A1. Windows color (decimal): -3433393 or 5217483. OLE color: 5217483.

HSL color Cylindrical-coordinate representation of color #CB9C4F: hue angle of 37.26º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB9C4F is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB20315679-
CMYK00.230.610.20
HSL37.26º54.39%55.29%-
HSV(B)37.26º61.08%79.61%-
XYZ37.9337.0412.55-
YUV161.2781.57157.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.35%
GREEN value IS 156 (61.33% from 255) = 35.62%
BLUE value IS 79 (31.25% from 255) = 18.04%
R=46.35%
G=35.62%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031567900.230.610.2037.2654.3955.29
HexCB9C4F0173D14253637
Octal3132341170277524456667
Binary1100101110011100100111101011111110110100100101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9C4F; }

 p { color: rgb(203,156,79); }

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

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

 a { background-color: rgb(203,156,79); }

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

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

 span { border-color: rgb(203,156,79); }

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