Html Css Color HEX #CC9C4E Tussock

📋 copy color: '#CC9C4E'

red 204 ◦ green 156 ◦ blue 78

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

Shades of Tussock #CC9C4E

Tints of Tussock #CC9C4E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.62%

 BLUE value IS 78 (30.86% from 255) = 17.81%

R = 46.58%
G = 35.62%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC9C4E (or 0xCC9C4E) is known color: Tussock. HEX triplet: CC, 9C and 4E. RGB value is (204,156,78). Sum of RGB (Red+Green+Blue) = 204+156+78=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9C4E is #3363B1. Grayscale: #A1A1A1. Windows color (decimal): -3367858 or 5151948. OLE color: 5151948.

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

Color convert

RGB 204 156 78 -
CMYK 0 0.24 0.62 0.2
HSL 37.14º 0.55% 0.55% -
HSV(B) 37.14º 0.62% 0.8% -
XYZ 38.17 37.16 12.37 -
YUV 161.46 80.9 158.34 -
System Red Green Blue C M Y K H S L
Decimal 204 156 78 0 0.24 0.62 0.2 37.14 0.55 0.55
Hex CC 9C 4E 0 18 3E 14 25 37 37
Octal 314 234 116 0 30 76 24 45 67 67
Binary 11001100 10011100 1001110 0 11000 111110 10100 100101 110111 110111

Color Harmonies of #CC9C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9C4E

Black with #CC9C4E

Text Example


Text Example

White with #CC9C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9C4E; }

 p { color: rgb(204,156,78); }

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

background-color css

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

 a { background-color: rgb(204,156,78); }

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

border-color css

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

 span { border-color: rgb(204,156,78); }

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