Html Css Color HEX #C09049 Tussock

📋 copy color: '#C09049'

red 192 ◦ green 144 ◦ blue 73

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

Shades of Tussock #C09049

Tints of Tussock #C09049

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.21%

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

R = 46.94%
G = 35.21%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C09049 (or 0xC09049) is known color: Tussock. HEX triplet: C0, 90 and 49. RGB value is (192,144,73). Sum of RGB (Red+Green+Blue) = 192+144+73=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C09049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09049 is #3F6FB6. Grayscale: #969696. Windows color (decimal): -4157367 or 4821184. OLE color: 4821184.

HSL color Cylindrical-coordinate representation of color #C09049: hue angle of 35.8º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C09049 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 144 73 -
CMYK 0 0.25 0.62 0.25
HSL 35.8º 0.49% 0.52% -
HSV(B) 35.8º 0.62% 0.75% -
XYZ 32.91 31.63 10.67 -
YUV 150.26 84.4 157.77 -
System Red Green Blue C M Y K H S L
Decimal 192 144 73 0 0.25 0.62 0.25 35.8 0.49 0.52
Hex C0 90 49 0 19 3E 19 24 31 34
Octal 300 220 111 0 31 76 31 44 61 64
Binary 11000000 10010000 1001001 0 11001 111110 11001 100100 110001 110100

Color Harmonies of #C09049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09049

Black with #C09049

Text Example


Text Example

White with #C09049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09049; }

 p { color: rgb(192,144,73); }

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

background-color css

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

 a { background-color: rgb(192,144,73); }

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

border-color css

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

 span { border-color: rgb(192,144,73); }

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