Html Css Color HEX #C09046 Tussock

📋 copy color: '#C09046'

red 192 ◦ green 144 ◦ blue 70

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

Shades of Tussock #C09046

Tints of Tussock #C09046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.24%

R = 47.29%
G = 35.47%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C09046 (or 0xC09046) is known color: Tussock. HEX triplet: C0, 90 and 46. RGB value is (192,144,70). Sum of RGB (Red+Green+Blue) = 192+144+70=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C09046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09046 is #3F6FB9. Grayscale: #969696. Windows color (decimal): -4157370 or 4624576. OLE color: 4624576.

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

Color convert

RGB 192 144 70 -
CMYK 0 0.25 0.64 0.25
HSL 36.39º 0.49% 0.51% -
HSV(B) 36.39º 0.64% 0.75% -
XYZ 32.82 31.6 10.16 -
YUV 149.92 82.9 158.02 -
System Red Green Blue C M Y K H S L
Decimal 192 144 70 0 0.25 0.64 0.25 36.39 0.49 0.51
Hex C0 90 46 0 19 40 19 24 31 33
Octal 300 220 106 0 31 100 31 44 61 63
Binary 11000000 10010000 1000110 0 11001 1000000 11001 100100 110001 110011

Color Harmonies of #C09046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09046

Black with #C09046

Text Example


Text Example

White with #C09046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09046; }

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

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

background-color css

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

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

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

border-color css

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

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

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