Html Css Color HEX #C09B49 Tussock

📋 copy color: '#C09B49'

red 192 ◦ green 155 ◦ blue 73

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

Shades of Tussock #C09B49

Tints of Tussock #C09B49

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.9%

 BLUE value IS 73 (28.91% from 255) = 17.38%

R = 45.71%
G = 36.9%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C09B49 (or 0xC09B49) is known color: Tussock. HEX triplet: C0, 9B and 49. RGB value is (192,155,73). Sum of RGB (Red+Green+Blue) = 192+155+73=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09B49 is #3F64B6. Grayscale: #9D9D9D. Windows color (decimal): -4154551 or 4824000. OLE color: 4824000.

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

Color convert

RGB 192 155 73 -
CMYK 0 0.19 0.62 0.25
HSL 41.34º 0.49% 0.52% -
HSV(B) 41.34º 0.62% 0.75% -
XYZ 34.66 35.13 11.26 -
YUV 156.72 80.76 153.17 -
System Red Green Blue C M Y K H S L
Decimal 192 155 73 0 0.19 0.62 0.25 41.34 0.49 0.52
Hex C0 9B 49 0 13 3E 19 29 31 34
Octal 300 233 111 0 23 76 31 51 61 64
Binary 11000000 10011011 1001001 0 10011 111110 11001 101001 110001 110100

Color Harmonies of #C09B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09B49

Black with #C09B49

Text Example


Text Example

White with #C09B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09B49; }

 p { color: rgb(192,155,73); }

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

background-color css

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

 a { background-color: rgb(192,155,73); }

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

border-color css

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

 span { border-color: rgb(192,155,73); }

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