Html Css Color HEX #C09250 Tussock

📋 copy color: '#C09250'

red 192 ◦ green 146 ◦ blue 80

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

Shades of Tussock #C09250

Tints of Tussock #C09250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.14%

R = 45.93%
G = 34.93%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C09250 (or 0xC09250) is known color: Tussock. HEX triplet: C0, 92 and 50. RGB value is (192,146,80). Sum of RGB (Red+Green+Blue) = 192+146+80=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C09250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09250 is #3F6DAF. Grayscale: #989898. Windows color (decimal): -4156848 or 5280448. OLE color: 5280448.

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

Color convert

RGB 192 146 80 -
CMYK 0 0.24 0.58 0.25
HSL 35.36º 0.47% 0.53% -
HSV(B) 35.36º 0.58% 0.75% -
XYZ 33.47 32.34 12.07 -
YUV 152.23 87.24 156.37 -
System Red Green Blue C M Y K H S L
Decimal 192 146 80 0 0.24 0.58 0.25 35.36 0.47 0.53
Hex C0 92 50 0 18 3A 19 23 2F 35
Octal 300 222 120 0 30 72 31 43 57 65
Binary 11000000 10010010 1010000 0 11000 111010 11001 100011 101111 110101

Color Harmonies of #C09250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09250

Black with #C09250

Text Example


Text Example

White with #C09250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09250; }

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

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

background-color css

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

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

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

border-color css

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

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

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