Html Css Color HEX #C09950 Tussock

📋 copy color: '#C09950'

red 192 ◦ green 153 ◦ blue 80

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

Shades of Tussock #C09950

Tints of Tussock #C09950

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36%

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

R = 45.18%
G = 36%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C09950 (or 0xC09950) is known color: Tussock. HEX triplet: C0, 99 and 50. RGB value is (192,153,80). Sum of RGB (Red+Green+Blue) = 192+153+80=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C09950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09950 is #3F66AF. Grayscale: #9C9C9C. Windows color (decimal): -4155056 or 5282240. OLE color: 5282240.

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

Color convert

RGB 192 153 80 -
CMYK 0 0.20 0.58 0.25
HSL 39.11º 0.47% 0.53% -
HSV(B) 39.11º 0.58% 0.75% -
XYZ 34.58 34.57 12.44 -
YUV 156.34 84.92 153.44 -
System Red Green Blue C M Y K H S L
Decimal 192 153 80 0 0.20 0.58 0.25 39.11 0.47 0.53
Hex C0 99 50 0 14 3A 19 27 2F 35
Octal 300 231 120 0 24 72 31 47 57 65
Binary 11000000 10011001 1010000 0 10100 111010 11001 100111 101111 110101

Color Harmonies of #C09950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09950

Black with #C09950

Text Example


Text Example

White with #C09950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09950; }

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

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

background-color css

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

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

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

border-color css

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

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

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