Html Css Color HEX #C09245 Tussock

📋 copy color: '#C09245'

red 192 ◦ green 146 ◦ blue 69

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

Shades of Tussock #C09245

Tints of Tussock #C09245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.95%

R = 47.17%
G = 35.87%
B = 16.95%

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

#C09245 (or 0xC09245) is known color: Tussock. HEX triplet: C0, 92 and 45. RGB value is (192,146,69). Sum of RGB (Red+Green+Blue) = 192+146+69=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C09245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09245 is #3F6DBA. Grayscale: #979797. Windows color (decimal): -4156859 or 4559552. OLE color: 4559552.

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

Color convert

RGB 192 146 69 -
CMYK 0 0.24 0.64 0.25
HSL 37.56º 0.49% 0.51% -
HSV(B) 37.56º 0.64% 0.75% -
XYZ 33.09 32.19 10.1 -
YUV 150.98 81.74 157.26 -
System Red Green Blue C M Y K H S L
Decimal 192 146 69 0 0.24 0.64 0.25 37.56 0.49 0.51
Hex C0 92 45 0 18 40 19 26 31 33
Octal 300 222 105 0 30 100 31 46 61 63
Binary 11000000 10010010 1000101 0 11000 1000000 11001 100110 110001 110011

Color Harmonies of #C09245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09245

Black with #C09245

Text Example


Text Example

White with #C09245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09245; }

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

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

background-color css

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

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

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

border-color css

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

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

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