Html Css Color HEX #C2884A Tussock

📋 copy color: '#C2884A'

red 194 ◦ green 136 ◦ blue 74

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

Shades of Tussock #C2884A

Tints of Tussock #C2884A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.66%

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

R = 48.02%
G = 33.66%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2884A (or 0xC2884A) is known color: Tussock. HEX triplet: C2, 88 and 4A. RGB value is (194,136,74). Sum of RGB (Red+Green+Blue) = 194+136+74=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2884A is #3D77B5. Grayscale: #929292. Windows color (decimal): -4028342 or 4884674. OLE color: 4884674.

HSL color Cylindrical-coordinate representation of color #C2884A: hue angle of 31º 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 #C2884A is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 136 74 -
CMYK 0 0.30 0.62 0.24
HSL 31º 0.5% 0.53% -
HSV(B) 31º 0.62% 0.76% -
XYZ 32.29 29.57 10.48 -
YUV 146.27 87.22 162.04 -
System Red Green Blue C M Y K H S L
Decimal 194 136 74 0 0.30 0.62 0.24 31 0.5 0.53
Hex C2 88 4A 0 1E 3E 18 1F 32 35
Octal 302 210 112 0 36 76 30 37 62 65
Binary 11000010 10001000 1001010 0 11110 111110 11000 11111 110010 110101

Color Harmonies of #C2884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2884A

Black with #C2884A

Text Example


Text Example

White with #C2884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2884A; }

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

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

background-color css

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

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

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

border-color css

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

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

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