Html Css Color HEX #C29C50 Tussock

📋 copy color: '#C29C50'

red 194 ◦ green 156 ◦ blue 80

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

Shades of Tussock #C29C50

Tints of Tussock #C29C50

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.28%

 BLUE value IS 80 (31.64% from 255) = 18.6%

R = 45.12%
G = 36.28%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C29C50 (or 0xC29C50) is known color: Tussock. HEX triplet: C2, 9C and 50. RGB value is (194,156,80). Sum of RGB (Red+Green+Blue) = 194+156+80=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29C50 is #3D63AF. Grayscale: #9F9F9F. Windows color (decimal): -4023216 or 5283010. OLE color: 5283010.

HSL color Cylindrical-coordinate representation of color #C29C50: hue angle of 40º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C29C50 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 156 80 -
CMYK 0 0.20 0.59 0.24
HSL 40º 0.48% 0.54% -
HSV(B) 40º 0.59% 0.76% -
XYZ 35.58 35.83 12.63 -
YUV 158.7 83.59 153.18 -
System Red Green Blue C M Y K H S L
Decimal 194 156 80 0 0.20 0.59 0.24 40 0.48 0.54
Hex C2 9C 50 0 14 3B 18 28 30 36
Octal 302 234 120 0 24 73 30 50 60 66
Binary 11000010 10011100 1010000 0 10100 111011 11000 101000 110000 110110

Color Harmonies of #C29C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29C50

Black with #C29C50

Text Example


Text Example

White with #C29C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29C50; }

 p { color: rgb(194,156,80); }

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

background-color css

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

 a { background-color: rgb(194,156,80); }

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

border-color css

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

 span { border-color: rgb(194,156,80); }

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