Html Css Color HEX #CC9C48 Tussock

📋 copy color: '#CC9C48'

red 204 ◦ green 156 ◦ blue 72

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

Shades of Tussock #CC9C48

Tints of Tussock #CC9C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.67%

R = 47.22%
G = 36.11%
B = 16.67%

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

#CC9C48 (or 0xCC9C48) is known color: Tussock. HEX triplet: CC, 9C and 48. RGB value is (204,156,72). Sum of RGB (Red+Green+Blue) = 204+156+72=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9C48 is #3363B7. Grayscale: #A1A1A1. Windows color (decimal): -3367864 or 4758732. OLE color: 4758732.

HSL color Cylindrical-coordinate representation of color #CC9C48: hue angle of 38.18º degrees, saturation: 0.56, 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 #CC9C48 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 156 72 -
CMYK 0 0.24 0.65 0.2
HSL 38.18º 0.56% 0.54% -
HSV(B) 38.18º 0.65% 0.8% -
XYZ 37.96 37.08 11.29 -
YUV 160.78 77.9 158.83 -
System Red Green Blue C M Y K H S L
Decimal 204 156 72 0 0.24 0.65 0.2 38.18 0.56 0.54
Hex CC 9C 48 0 18 41 14 26 38 36
Octal 314 234 110 0 30 101 24 46 70 66
Binary 11001100 10011100 1001000 0 11000 1000001 10100 100110 111000 110110

Color Harmonies of #CC9C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9C48

Black with #CC9C48

Text Example


Text Example

White with #CC9C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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