Html Css Color HEX #C29C4C Tussock

📋 copy color: '#C29C4C'

red 194 ◦ green 156 ◦ blue 76

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

Shades of Tussock #C29C4C

Tints of Tussock #C29C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.84%

R = 45.54%
G = 36.62%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C29C4C (or 0xC29C4C) is known color: Tussock. HEX triplet: C2, 9C and 4C. RGB value is (194,156,76). Sum of RGB (Red+Green+Blue) = 194+156+76=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29C4C is #3D63B3. Grayscale: #9E9E9E. Windows color (decimal): -4023220 or 5020866. OLE color: 5020866.

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

Color convert

RGB 194 156 76 -
CMYK 0 0.20 0.61 0.24
HSL 40.68º 0.49% 0.53% -
HSV(B) 40.68º 0.61% 0.76% -
XYZ 35.44 35.77 11.87 -
YUV 158.24 81.59 153.5 -
System Red Green Blue C M Y K H S L
Decimal 194 156 76 0 0.20 0.61 0.24 40.68 0.49 0.53
Hex C2 9C 4C 0 14 3D 18 29 31 35
Octal 302 234 114 0 24 75 30 51 61 65
Binary 11000010 10011100 1001100 0 10100 111101 11000 101001 110001 110101

Color Harmonies of #C29C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29C4C

Black with #C29C4C

Text Example


Text Example

White with #C29C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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