Html Css Color HEX #C2894D Tussock

📋 copy color: '#C2894D'

red 194 ◦ green 137 ◦ blue 77

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

Shades of Tussock #C2894D

Tints of Tussock #C2894D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.87%

R = 47.55%
G = 33.58%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2894D (or 0xC2894D) is known color: Tussock. HEX triplet: C2, 89 and 4D. RGB value is (194,137,77). Sum of RGB (Red+Green+Blue) = 194+137+77=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C2894D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2894D is #3D76B2. Grayscale: #939393. Windows color (decimal): -4028083 or 5081538. OLE color: 5081538.

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

Color convert

RGB 194 137 77 -
CMYK 0 0.29 0.60 0.24
HSL 30.77º 0.49% 0.53% -
HSV(B) 30.77º 0.6% 0.76% -
XYZ 32.53 29.9 11.08 -
YUV 147.2 88.38 161.38 -
System Red Green Blue C M Y K H S L
Decimal 194 137 77 0 0.29 0.60 0.24 30.77 0.49 0.53
Hex C2 89 4D 0 1D 3C 18 1F 31 35
Octal 302 211 115 0 35 74 30 37 61 65
Binary 11000010 10001001 1001101 0 11101 111100 11000 11111 110001 110101

Color Harmonies of #C2894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2894D

Black with #C2894D

Text Example


Text Example

White with #C2894D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2894D; }

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

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

background-color css

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

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

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

border-color css

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

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

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