Html Css Color HEX #C09B52 Tussock

📋 copy color: '#C09B52'

red 192 ◦ green 155 ◦ blue 82

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

Shades of Tussock #C09B52

Tints of Tussock #C09B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.11%

R = 44.76%
G = 36.13%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C09B52 (or 0xC09B52) is known color: Tussock. HEX triplet: C0, 9B and 52. RGB value is (192,155,82). Sum of RGB (Red+Green+Blue) = 192+155+82=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09B52 is #3F64AD. Grayscale: #9E9E9E. Windows color (decimal): -4154542 or 5413824. OLE color: 5413824.

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

Color convert

RGB 192 155 82 -
CMYK 0 0.19 0.57 0.25
HSL 39.82º 0.47% 0.54% -
HSV(B) 39.82º 0.57% 0.75% -
XYZ 34.98 35.26 12.94 -
YUV 157.74 85.26 152.44 -
System Red Green Blue C M Y K H S L
Decimal 192 155 82 0 0.19 0.57 0.25 39.82 0.47 0.54
Hex C0 9B 52 0 13 39 19 28 2F 36
Octal 300 233 122 0 23 71 31 50 57 66
Binary 11000000 10011011 1010010 0 10011 111001 11001 101000 101111 110110

Color Harmonies of #C09B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09B52

Black with #C09B52

Text Example


Text Example

White with #C09B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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