Html Css Color HEX #C09C4C Tussock

📋 copy color: '#C09C4C'

red 192 ◦ green 156 ◦ blue 76

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

Shades of Tussock #C09C4C

Tints of Tussock #C09C4C

RGB

 RED value IS 192 (75.39% from 255) = 45.28%

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

 BLUE value IS 76 (30.08% from 255) = 17.92%

R = 45.28%
G = 36.79%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C09C4C (or 0xC09C4C) is known color: Tussock. HEX triplet: C0, 9C and 4C. RGB value is (192,156,76). Sum of RGB (Red+Green+Blue) = 192+156+76=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 76 (30.08% from 255 or 17.92% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09C4C is #3F63B3. Grayscale: #9E9E9E. Windows color (decimal): -4154292 or 5020864. OLE color: 5020864.

HSL color Cylindrical-coordinate representation of color #C09C4C: hue angle of 41.38º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C09C4C is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 156 76 -
CMYK 0 0.19 0.60 0.25
HSL 41.38º 0.48% 0.53% -
HSV(B) 41.38º 0.6% 0.75% -
XYZ 34.93 35.51 11.85 -
YUV 157.64 81.93 152.5 -
System Red Green Blue C M Y K H S L
Decimal 192 156 76 0 0.19 0.60 0.25 41.38 0.48 0.53
Hex C0 9C 4C 0 13 3C 19 29 30 35
Octal 300 234 114 0 23 74 31 51 60 65
Binary 11000000 10011100 1001100 0 10011 111100 11001 101001 110000 110101

Color Harmonies of #C09C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09C4C

Black with #C09C4C

Text Example


Text Example

White with #C09C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09C4C; }

 p { color: rgb(192,156,76); }

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

background-color css

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

 a { background-color: rgb(192,156,76); }

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

border-color css

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

 span { border-color: rgb(192,156,76); }

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