Html Css Color HEX #CC9C47 Tussock

📋 copy color: '#CC9C47'

red 204 ◦ green 156 ◦ blue 71

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

Shades of Tussock #CC9C47

Tints of Tussock #CC9C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.47%

R = 47.33%
G = 36.19%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC9C47 (or 0xCC9C47) is known color: Tussock. HEX triplet: CC, 9C and 47. RGB value is (204,156,71). Sum of RGB (Red+Green+Blue) = 204+156+71=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 71 (28.12% from 255 or 16.47% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9C47 is #3363B8. Grayscale: #A1A1A1. Windows color (decimal): -3367865 or 4693196. OLE color: 4693196.

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

Color convert

RGB 204 156 71 -
CMYK 0 0.24 0.65 0.2
HSL 38.35º 0.57% 0.54% -
HSV(B) 38.35º 0.65% 0.8% -
XYZ 37.93 37.07 11.12 -
YUV 160.66 77.4 158.91 -
System Red Green Blue C M Y K H S L
Decimal 204 156 71 0 0.24 0.65 0.2 38.35 0.57 0.54
Hex CC 9C 47 0 18 41 14 26 39 36
Octal 314 234 107 0 30 101 24 46 71 66
Binary 11001100 10011100 1000111 0 11000 1000001 10100 100110 111001 110110

Color Harmonies of #CC9C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9C47

Black with #CC9C47

Text Example


Text Example

White with #CC9C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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