Html Css Color HEX #C2894A Tussock

📋 copy color: '#C2894A'

red 194 ◦ green 137 ◦ blue 74

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

Shades of Tussock #C2894A

Tints of Tussock #C2894A

RGB

 RED value IS 194 (76.17% from 255) = 47.9%

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

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

R = 47.9%
G = 33.83%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2894A (or 0xC2894A) is known color: Tussock. HEX triplet: C2, 89 and 4A. RGB value is (194,137,74). Sum of RGB (Red+Green+Blue) = 194+137+74=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2894A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2894A is #3D76B5. Grayscale: #939393. Windows color (decimal): -4028086 or 4884930. OLE color: 4884930.

HSL color Cylindrical-coordinate representation of color #C2894A: hue angle of 31.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2894A is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 137 74 -
CMYK 0 0.29 0.62 0.24
HSL 31.5º 0.5% 0.53% -
HSV(B) 31.5º 0.62% 0.76% -
XYZ 32.43 29.86 10.53 -
YUV 146.86 86.88 161.62 -
System Red Green Blue C M Y K H S L
Decimal 194 137 74 0 0.29 0.62 0.24 31.5 0.5 0.53
Hex C2 89 4A 0 1D 3E 18 1F 32 35
Octal 302 211 112 0 35 76 30 37 62 65
Binary 11000010 10001001 1001010 0 11101 111110 11000 11111 110010 110101

Color Harmonies of #C2894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2894A

Black with #C2894A

Text Example


Text Example

White with #C2894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2894A; }

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

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

background-color css

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

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

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

border-color css

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

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

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