Html Css Color HEX #C0894E Tussock

📋 copy color: '#C0894E'

red 192 ◦ green 137 ◦ blue 78

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

Shades of Tussock #C0894E

Tints of Tussock #C0894E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.66%

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

R = 47.17%
G = 33.66%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0894E (or 0xC0894E) is known color: Tussock. HEX triplet: C0, 89 and 4E. RGB value is (192,137,78). Sum of RGB (Red+Green+Blue) = 192+137+78=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 78 (30.86% from 255 or 19.16% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C0894E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0894E is #3F76B1. Grayscale: #939393. Windows color (decimal): -4159154 or 5147072. OLE color: 5147072.

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

Color convert

RGB 192 137 78 -
CMYK 0 0.29 0.59 0.25
HSL 31.05º 0.48% 0.53% -
HSV(B) 31.05º 0.59% 0.75% -
XYZ 32.06 29.65 11.24 -
YUV 146.72 89.22 160.3 -
System Red Green Blue C M Y K H S L
Decimal 192 137 78 0 0.29 0.59 0.25 31.05 0.48 0.53
Hex C0 89 4E 0 1D 3B 19 1F 30 35
Octal 300 211 116 0 35 73 31 37 60 65
Binary 11000000 10001001 1001110 0 11101 111011 11001 11111 110000 110101

Color Harmonies of #C0894E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0894E

Black with #C0894E

Text Example


Text Example

White with #C0894E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0894E; }

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

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

background-color css

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

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

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

border-color css

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

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

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