Html Css Color HEX #C0904C Tussock

📋 copy color: '#C0904C'

red 192 ◦ green 144 ◦ blue 76

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

Shades of Tussock #C0904C

Tints of Tussock #C0904C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.95%

 BLUE value IS 76 (30.08% from 255) = 18.45%

R = 46.6%
G = 34.95%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0904C (or 0xC0904C) is known color: Tussock. HEX triplet: C0, 90 and 4C. RGB value is (192,144,76). Sum of RGB (Red+Green+Blue) = 192+144+76=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C0904C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0904C is #3F6FB3. Grayscale: #969696. Windows color (decimal): -4157364 or 5017792. OLE color: 5017792.

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

Color convert

RGB 192 144 76 -
CMYK 0 0.25 0.60 0.25
HSL 35.17º 0.48% 0.53% -
HSV(B) 35.17º 0.6% 0.75% -
XYZ 33.02 31.67 11.21 -
YUV 150.6 85.9 157.53 -
System Red Green Blue C M Y K H S L
Decimal 192 144 76 0 0.25 0.60 0.25 35.17 0.48 0.53
Hex C0 90 4C 0 19 3C 19 23 30 35
Octal 300 220 114 0 31 74 31 43 60 65
Binary 11000000 10010000 1001100 0 11001 111100 11001 100011 110000 110101

Color Harmonies of #C0904C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0904C

Black with #C0904C

Text Example


Text Example

White with #C0904C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0904C; }

 p { color: rgb(192,144,76); }

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

background-color css

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

 a { background-color: rgb(192,144,76); }

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

border-color css

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

 span { border-color: rgb(192,144,76); }

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