Html Css Color HEX #C09D53 Tussock

📋 copy color: '#C09D53'

red 192 ◦ green 157 ◦ blue 83

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

Shades of Tussock #C09D53

Tints of Tussock #C09D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.21%

R = 44.44%
G = 36.34%
B = 19.21%

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

#C09D53 (or 0xC09D53) is known color: Tussock. HEX triplet: C0, 9D and 53. RGB value is (192,157,83). Sum of RGB (Red+Green+Blue) = 192+157+83=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 83 (32.81% from 255 or 19.21% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09D53 is #3F62AC. Grayscale: #9F9F9F. Windows color (decimal): -4154029 or 5479872. OLE color: 5479872.

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

Color convert

RGB 192 157 83 -
CMYK 0 0.18 0.57 0.25
HSL 40.73º 0.46% 0.54% -
HSV(B) 40.73º 0.57% 0.75% -
XYZ 35.36 35.94 13.26 -
YUV 159.03 85.1 151.52 -
System Red Green Blue C M Y K H S L
Decimal 192 157 83 0 0.18 0.57 0.25 40.73 0.46 0.54
Hex C0 9D 53 0 12 39 19 29 2E 36
Octal 300 235 123 0 22 71 31 51 56 66
Binary 11000000 10011101 1010011 0 10010 111001 11001 101001 101110 110110

Color Harmonies of #C09D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09D53

Black with #C09D53

Text Example


Text Example

White with #C09D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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