Html Css Color HEX #C09246 Tussock

📋 copy color: '#C09246'

red 192 ◦ green 146 ◦ blue 70

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

Shades of Tussock #C09246

Tints of Tussock #C09246

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.78%

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

R = 47.06%
G = 35.78%
B = 17.16%

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

#C09246 (or 0xC09246) is known color: Tussock. HEX triplet: C0, 92 and 46. RGB value is (192,146,70). Sum of RGB (Red+Green+Blue) = 192+146+70=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C09246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09246 is #3F6DB9. Grayscale: #979797. Windows color (decimal): -4156858 or 4625088. OLE color: 4625088.

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

Color convert

RGB 192 146 70 -
CMYK 0 0.24 0.64 0.25
HSL 37.38º 0.49% 0.51% -
HSV(B) 37.38º 0.64% 0.75% -
XYZ 33.12 32.21 10.27 -
YUV 151.09 82.24 157.18 -
System Red Green Blue C M Y K H S L
Decimal 192 146 70 0 0.24 0.64 0.25 37.38 0.49 0.51
Hex C0 92 46 0 18 40 19 25 31 33
Octal 300 222 106 0 30 100 31 45 61 63
Binary 11000000 10010010 1000110 0 11000 1000000 11001 100101 110001 110011

Color Harmonies of #C09246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09246

Black with #C09246

Text Example


Text Example

White with #C09246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09246; }

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

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

background-color css

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

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

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

border-color css

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

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

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