Html Css Color HEX #C09D52 Tussock

📋 copy color: '#C09D52'

red 192 ◦ green 157 ◦ blue 82

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

Shades of Tussock #C09D52

Tints of Tussock #C09D52

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.43%

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

R = 44.55%
G = 36.43%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C09D52 (or 0xC09D52) is known color: Tussock. HEX triplet: C0, 9D and 52. RGB value is (192,157,82). Sum of RGB (Red+Green+Blue) = 192+157+82=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09D52 is #3F62AD. Grayscale: #9F9F9F. Windows color (decimal): -4154030 or 5414336. OLE color: 5414336.

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

Color convert

RGB 192 157 82 -
CMYK 0 0.18 0.57 0.25
HSL 40.91º 0.47% 0.54% -
HSV(B) 40.91º 0.57% 0.75% -
XYZ 35.32 35.93 13.06 -
YUV 158.92 84.6 151.6 -
System Red Green Blue C M Y K H S L
Decimal 192 157 82 0 0.18 0.57 0.25 40.91 0.47 0.54
Hex C0 9D 52 0 12 39 19 29 2F 36
Octal 300 235 122 0 22 71 31 51 57 66
Binary 11000000 10011101 1010010 0 10010 111001 11001 101001 101111 110110

Color Harmonies of #C09D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09D52

Black with #C09D52

Text Example


Text Example

White with #C09D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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