Html Css Color HEX #C99C48 Tussock

📋 copy color: '#C99C48'

red 201 ◦ green 156 ◦ blue 72

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

Shades of Tussock #C99C48

Tints of Tussock #C99C48

RGB

 RED value IS 201 (78.91% from 255) = 46.85%

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

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

R = 46.85%
G = 36.36%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C99C48 (or 0xC99C48) is known color: Tussock. HEX triplet: C9, 9C and 48. RGB value is (201,156,72). Sum of RGB (Red+Green+Blue) = 201+156+72=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99C48 is #3663B7. Grayscale: #A0A0A0. Windows color (decimal): -3564472 or 4758729. OLE color: 4758729.

HSL color Cylindrical-coordinate representation of color #C99C48: hue angle of 39.07º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C99C48 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 156 72 -
CMYK 0 0.22 0.64 0.21
HSL 39.07º 0.54% 0.54% -
HSV(B) 39.07º 0.64% 0.79% -
XYZ 37.15 36.66 11.25 -
YUV 159.88 78.41 157.33 -
System Red Green Blue C M Y K H S L
Decimal 201 156 72 0 0.22 0.64 0.21 39.07 0.54 0.54
Hex C9 9C 48 0 16 40 15 27 36 36
Octal 311 234 110 0 26 100 25 47 66 66
Binary 11001001 10011100 1001000 0 10110 1000000 10101 100111 110110 110110

Color Harmonies of #C99C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99C48

Black with #C99C48

Text Example


Text Example

White with #C99C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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