Html Css Color HEX #C29A49 Tussock

📋 copy color: '#C29A49'

red 194 ◦ green 154 ◦ blue 73

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

Shades of Tussock #C29A49

Tints of Tussock #C29A49

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.58%

 BLUE value IS 73 (28.91% from 255) = 17.34%

R = 46.08%
G = 36.58%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C29A49 (or 0xC29A49) is known color: Tussock. HEX triplet: C2, 9A and 49. RGB value is (194,154,73). Sum of RGB (Red+Green+Blue) = 194+154+73=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 73 (28.91% from 255 or 17.34% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29A49 is #3D65B6. Grayscale: #9D9D9D. Windows color (decimal): -4023735 or 4823746. OLE color: 4823746.

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

Color convert

RGB 194 154 73 -
CMYK 0 0.21 0.62 0.24
HSL 40.17º 0.5% 0.52% -
HSV(B) 40.17º 0.62% 0.76% -
XYZ 35.01 35.06 11.23 -
YUV 156.73 80.75 154.59 -
System Red Green Blue C M Y K H S L
Decimal 194 154 73 0 0.21 0.62 0.24 40.17 0.5 0.52
Hex C2 9A 49 0 15 3E 18 28 32 34
Octal 302 232 111 0 25 76 30 50 62 64
Binary 11000010 10011010 1001001 0 10101 111110 11000 101000 110010 110100

Color Harmonies of #C29A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29A49

Black with #C29A49

Text Example


Text Example

White with #C29A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29A49; }

 p { color: rgb(194,154,73); }

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

background-color css

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

 a { background-color: rgb(194,154,73); }

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

border-color css

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

 span { border-color: rgb(194,154,73); }

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