Html Css Color HEX #C09146 Tussock

📋 copy color: '#C09146'

red 192 ◦ green 145 ◦ blue 70

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

Shades of Tussock #C09146

Tints of Tussock #C09146

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.63%

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

R = 47.17%
G = 35.63%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C09146 (or 0xC09146) is known color: Tussock. HEX triplet: C0, 91 and 46. RGB value is (192,145,70). Sum of RGB (Red+Green+Blue) = 192+145+70=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C09146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09146 is #3F6EB9. Grayscale: #969696. Windows color (decimal): -4157114 or 4624832. OLE color: 4624832.

HSL color Cylindrical-coordinate representation of color #C09146: hue angle of 36.89º 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 #C09146 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 145 70 -
CMYK 0 0.24 0.64 0.25
HSL 36.89º 0.49% 0.51% -
HSV(B) 36.89º 0.64% 0.75% -
XYZ 32.97 31.9 10.21 -
YUV 150.5 82.57 157.6 -
System Red Green Blue C M Y K H S L
Decimal 192 145 70 0 0.24 0.64 0.25 36.89 0.49 0.51
Hex C0 91 46 0 18 40 19 25 31 33
Octal 300 221 106 0 30 100 31 45 61 63
Binary 11000000 10010001 1000110 0 11000 1000000 11001 100101 110001 110011

Color Harmonies of #C09146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09146

Black with #C09146

Text Example


Text Example

White with #C09146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09146; }

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

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

background-color css

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

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

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

border-color css

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

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

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