Html Css Color HEX #C0894A Tussock

📋 copy color: '#C0894A'

red 192 ◦ green 137 ◦ blue 74

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

Shades of Tussock #C0894A

Tints of Tussock #C0894A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.36%

R = 47.64%
G = 34%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0894A (or 0xC0894A) is known color: Tussock. HEX triplet: C0, 89 and 4A. RGB value is (192,137,74). Sum of RGB (Red+Green+Blue) = 192+137+74=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0894A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0894A is #3F76B5. Grayscale: #929292. Windows color (decimal): -4159158 or 4884928. OLE color: 4884928.

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

Color convert

RGB 192 137 74 -
CMYK 0 0.29 0.61 0.25
HSL 32.03º 0.48% 0.52% -
HSV(B) 32.03º 0.61% 0.75% -
XYZ 31.92 29.59 10.51 -
YUV 146.26 87.22 160.62 -
System Red Green Blue C M Y K H S L
Decimal 192 137 74 0 0.29 0.61 0.25 32.03 0.48 0.52
Hex C0 89 4A 0 1D 3D 19 20 30 34
Octal 300 211 112 0 35 75 31 40 60 64
Binary 11000000 10001001 1001010 0 11101 111101 11001 100000 110000 110100

Color Harmonies of #C0894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0894A

Black with #C0894A

Text Example


Text Example

White with #C0894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0894A; }

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

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

background-color css

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

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

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

border-color css

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

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

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