#CC9B4F

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

Shades of Tussock #CC9B4F

Tints of Tussock #CC9B4F

Color information

#CC9B4F (or 0xCC9B4F) is unknown color: approx Tussock. HEX triplet: CC, 9B and 4F. RGB value is (204,155,79). Sum of RGB (Red+Green+Blue) = 204+155+79=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 79 (31.25% from 255 or 18.04% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9B4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9B4F is #3364B0. Grayscale: #A1A1A1. Windows color (decimal): -3368113 or 5217228. OLE color: 5217228.

HSL color Cylindrical-coordinate representation of color #CC9B4F: hue angle of 36.48º degrees, saturation: 0.55, 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 #CC9B4F is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB20415579-
CMYK00.240.610.2
HSL36.48º55.07%55.49%-
HSV(B)36.48º61.27%80%-
XYZ38.0336.8412.5-
YUV160.9981.73158.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.58%
GREEN value IS 155 (60.94% from 255) = 35.39%
BLUE value IS 79 (31.25% from 255) = 18.04%
R=46.58%
G=35.39%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041557900.240.610.236.4855.0755.49
HexCC9B4F0183D14243737
Octal3142331170307524446767
Binary1100110010011011100111101100011110110100100100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9B4F; }

 p { color: rgb(204,155,79); }

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

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

 a { background-color: rgb(204,155,79); }

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

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

 span { border-color: rgb(204,155,79); }

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