Html Css Color HEX #CC9849 Tussock

📋 copy color: '#CC9849'

red 204 ◦ green 152 ◦ blue 73

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

Shades of Tussock #CC9849

Tints of Tussock #CC9849

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.43%

 BLUE value IS 73 (28.91% from 255) = 17.02%

R = 47.55%
G = 35.43%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC9849 (or 0xCC9849) is known color: Tussock. HEX triplet: CC, 98 and 49. RGB value is (204,152,73). Sum of RGB (Red+Green+Blue) = 204+152+73=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9849 is #3367B6. Grayscale: #9E9E9E. Windows color (decimal): -3368887 or 4823244. OLE color: 4823244.

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

Color convert

RGB 204 152 73 -
CMYK 0 0.25 0.64 0.2
HSL 36.18º 0.56% 0.54% -
HSV(B) 36.18º 0.64% 0.8% -
XYZ 37.33 35.77 11.24 -
YUV 158.54 79.73 160.42 -
System Red Green Blue C M Y K H S L
Decimal 204 152 73 0 0.25 0.64 0.2 36.18 0.56 0.54
Hex CC 98 49 0 19 40 14 24 38 36
Octal 314 230 111 0 31 100 24 44 70 66
Binary 11001100 10011000 1001001 0 11001 1000000 10100 100100 111000 110110

Color Harmonies of #CC9849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9849

Black with #CC9849

Text Example


Text Example

White with #CC9849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9849; }

 p { color: rgb(204,152,73); }

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

background-color css

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

 a { background-color: rgb(204,152,73); }

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

border-color css

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

 span { border-color: rgb(204,152,73); }

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