Html Css Color HEX #CC9D4E Tussock

📋 copy color: '#CC9D4E'

red 204 ◦ green 157 ◦ blue 78

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

Shades of Tussock #CC9D4E

Tints of Tussock #CC9D4E

RGB

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

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

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

R = 46.47%
G = 35.76%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC9D4E (or 0xCC9D4E) is known color: Tussock. HEX triplet: CC, 9D and 4E. RGB value is (204,157,78). Sum of RGB (Red+Green+Blue) = 204+157+78=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 78 (30.86% from 255 or 17.77% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9D4E is #3362B1. Grayscale: #A2A2A2. Windows color (decimal): -3367602 or 5152204. OLE color: 5152204.

HSL color Cylindrical-coordinate representation of color #CC9D4E: hue angle of 37.62º 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 #CC9D4E is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 157 78 -
CMYK 0 0.23 0.62 0.2
HSL 37.62º 0.55% 0.55% -
HSV(B) 37.62º 0.62% 0.8% -
XYZ 38.33 37.5 12.43 -
YUV 162.05 80.57 157.92 -
System Red Green Blue C M Y K H S L
Decimal 204 157 78 0 0.23 0.62 0.2 37.62 0.55 0.55
Hex CC 9D 4E 0 17 3E 14 26 37 37
Octal 314 235 116 0 27 76 24 46 67 67
Binary 11001100 10011101 1001110 0 10111 111110 10100 100110 110111 110111

Color Harmonies of #CC9D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9D4E

Black with #CC9D4E

Text Example


Text Example

White with #CC9D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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