Html Css Color HEX #C0904E Tussock

📋 copy color: '#C0904E'

red 192 ◦ green 144 ◦ blue 78

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

Shades of Tussock #C0904E

Tints of Tussock #C0904E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.84%

R = 46.38%
G = 34.78%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0904E (or 0xC0904E) is known color: Tussock. HEX triplet: C0, 90 and 4E. RGB value is (192,144,78). Sum of RGB (Red+Green+Blue) = 192+144+78=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 78 (30.86% from 255 or 18.84% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0904E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0904E is #3F6FB1. Grayscale: #979797. Windows color (decimal): -4157362 or 5148864. OLE color: 5148864.

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

Color convert

RGB 192 144 78 -
CMYK 0 0.25 0.59 0.25
HSL 34.74º 0.48% 0.53% -
HSV(B) 34.74º 0.59% 0.75% -
XYZ 33.09 31.7 11.58 -
YUV 150.83 86.9 157.37 -
System Red Green Blue C M Y K H S L
Decimal 192 144 78 0 0.25 0.59 0.25 34.74 0.48 0.53
Hex C0 90 4E 0 19 3B 19 23 30 35
Octal 300 220 116 0 31 73 31 43 60 65
Binary 11000000 10010000 1001110 0 11001 111011 11001 100011 110000 110101

Color Harmonies of #C0904E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0904E

Black with #C0904E

Text Example


Text Example

White with #C0904E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0904E; }

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

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

background-color css

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

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

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

border-color css

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

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

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