Html Css Color HEX #C29A4D Tussock

📋 copy color: '#C29A4D'

red 194 ◦ green 154 ◦ blue 77

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

Shades of Tussock #C29A4D

Tints of Tussock #C29A4D

RGB

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

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

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

R = 45.65%
G = 36.24%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C29A4D (or 0xC29A4D) is known color: Tussock. HEX triplet: C2, 9A and 4D. RGB value is (194,154,77). Sum of RGB (Red+Green+Blue) = 194+154+77=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29A4D is #3D65B2. Grayscale: #9D9D9D. Windows color (decimal): -4023731 or 5085890. OLE color: 5085890.

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

Color convert

RGB 194 154 77 -
CMYK 0 0.21 0.60 0.24
HSL 39.49º 0.49% 0.53% -
HSV(B) 39.49º 0.6% 0.76% -
XYZ 35.14 35.12 11.95 -
YUV 157.18 82.75 154.26 -
System Red Green Blue C M Y K H S L
Decimal 194 154 77 0 0.21 0.60 0.24 39.49 0.49 0.53
Hex C2 9A 4D 0 15 3C 18 27 31 35
Octal 302 232 115 0 25 74 30 47 61 65
Binary 11000010 10011010 1001101 0 10101 111100 11000 100111 110001 110101

Color Harmonies of #C29A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29A4D

Black with #C29A4D

Text Example


Text Example

White with #C29A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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