Html Css Color HEX #C09750 Tussock

📋 copy color: '#C09750'

red 192 ◦ green 151 ◦ blue 80

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

Shades of Tussock #C09750

Tints of Tussock #C09750

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.7%

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

R = 45.39%
G = 35.7%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C09750 (or 0xC09750) is known color: Tussock. HEX triplet: C0, 97 and 50. RGB value is (192,151,80). Sum of RGB (Red+Green+Blue) = 192+151+80=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C09750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09750 is #3F68AF. Grayscale: #9B9B9B. Windows color (decimal): -4155568 or 5281728. OLE color: 5281728.

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

Color convert

RGB 192 151 80 -
CMYK 0 0.21 0.58 0.25
HSL 38.04º 0.47% 0.53% -
HSV(B) 38.04º 0.58% 0.75% -
XYZ 34.25 33.92 12.33 -
YUV 155.17 85.58 154.27 -
System Red Green Blue C M Y K H S L
Decimal 192 151 80 0 0.21 0.58 0.25 38.04 0.47 0.53
Hex C0 97 50 0 15 3A 19 26 2F 35
Octal 300 227 120 0 25 72 31 46 57 65
Binary 11000000 10010111 1010000 0 10101 111010 11001 100110 101111 110101

Color Harmonies of #C09750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09750

Black with #C09750

Text Example


Text Example

White with #C09750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09750; }

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

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

background-color css

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

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

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

border-color css

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

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

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