Html Css Color HEX #C09044 Tussock

📋 copy color: '#C09044'

red 192 ◦ green 144 ◦ blue 68

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

Shades of Tussock #C09044

Tints of Tussock #C09044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.83%

R = 47.52%
G = 35.64%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C09044 (or 0xC09044) is known color: Tussock. HEX triplet: C0, 90 and 44. RGB value is (192,144,68). Sum of RGB (Red+Green+Blue) = 192+144+68=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C09044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09044 is #3F6FBB. Grayscale: #969696. Windows color (decimal): -4157372 or 4493504. OLE color: 4493504.

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

Color convert

RGB 192 144 68 -
CMYK 0 0.25 0.65 0.25
HSL 36.77º 0.5% 0.51% -
HSV(B) 36.77º 0.65% 0.75% -
XYZ 32.75 31.57 9.84 -
YUV 149.69 81.9 158.18 -
System Red Green Blue C M Y K H S L
Decimal 192 144 68 0 0.25 0.65 0.25 36.77 0.5 0.51
Hex C0 90 44 0 19 41 19 25 32 33
Octal 300 220 104 0 31 101 31 45 62 63
Binary 11000000 10010000 1000100 0 11001 1000001 11001 100101 110010 110011

Color Harmonies of #C09044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09044

Black with #C09044

Text Example


Text Example

White with #C09044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09044; }

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

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

background-color css

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

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

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

border-color css

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

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

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