Html Css Color HEX #CC9D4C Tussock

📋 copy color: '#CC9D4C'

red 204 ◦ green 157 ◦ blue 76

#CC9D4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tussock #CC9D4C

Tints of Tussock #CC9D4C

RGB

 RED value IS 204 (80.08% from 255) = 46.68%

 GREEN value IS 157 (61.72% from 255) = 35.93%

 BLUE value IS 76 (30.08% from 255) = 17.39%

R = 46.68%
G = 35.93%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC9D4C (or 0xCC9D4C) is known color: Tussock. HEX triplet: CC, 9D and 4C. RGB value is (204,157,76). Sum of RGB (Red+Green+Blue) = 204+157+76=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 76 (30.08% from 255 or 17.39% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9D4C is #3362B3. Grayscale: #A2A2A2. Windows color (decimal): -3367604 or 5021132. OLE color: 5021132.

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

Color convert

RGB 204 157 76 -
CMYK 0 0.23 0.63 0.2
HSL 37.97º 0.56% 0.55% -
HSV(B) 37.97º 0.63% 0.8% -
XYZ 38.26 37.47 12.05 -
YUV 161.82 79.57 158.09 -
System Red Green Blue C M Y K H S L
Decimal 204 157 76 0 0.23 0.63 0.2 37.97 0.56 0.55
Hex CC 9D 4C 0 17 3F 14 26 38 37
Octal 314 235 114 0 27 77 24 46 70 67
Binary 11001100 10011101 1001100 0 10111 111111 10100 100110 111000 110111

Color Harmonies of #CC9D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9D4C

Black with #CC9D4C

Text Example


Text Example

White with #CC9D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9D4C; }

 p { color: rgb(204,157,76); }

 H1.HeaderClassName
 {
   color: #CC9D4C;
 }
 .AnyTagClassName
 {
   color: #CC9D4C;
 }
</style>

background-color css

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

 a { background-color: rgb(204,157,76); }

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

border-color css

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

 span { border-color: rgb(204,157,76); }

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