Html Css Color HEX #CC9E4E Tussock

📋 copy color: '#CC9E4E'

red 204 ◦ green 158 ◦ blue 78

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

Shades of Tussock #CC9E4E

Tints of Tussock #CC9E4E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.91%

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

R = 46.36%
G = 35.91%
B = 17.73%

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

#CC9E4E (or 0xCC9E4E) is known color: Tussock. HEX triplet: CC, 9E and 4E. RGB value is (204,158,78). Sum of RGB (Red+Green+Blue) = 204+158+78=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 78 (30.86% from 255 or 17.73% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9E4E is #3361B1. Grayscale: #A3A3A3. Windows color (decimal): -3367346 or 5152460. OLE color: 5152460.

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

Color convert

RGB 204 158 78 -
CMYK 0 0.23 0.62 0.2
HSL 38.1º 0.55% 0.55% -
HSV(B) 38.1º 0.62% 0.8% -
XYZ 38.5 37.84 12.48 -
YUV 162.63 80.24 157.5 -
System Red Green Blue C M Y K H S L
Decimal 204 158 78 0 0.23 0.62 0.2 38.1 0.55 0.55
Hex CC 9E 4E 0 17 3E 14 26 37 37
Octal 314 236 116 0 27 76 24 46 67 67
Binary 11001100 10011110 1001110 0 10111 111110 10100 100110 110111 110111

Color Harmonies of #CC9E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9E4E

Black with #CC9E4E

Text Example


Text Example

White with #CC9E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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