Html Css Color HEX #C29246 Tussock

📋 copy color: '#C29246'

red 194 ◦ green 146 ◦ blue 70

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

Shades of Tussock #C29246

Tints of Tussock #C29246

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.61%

 BLUE value IS 70 (27.73% from 255) = 17.07%

R = 47.32%
G = 35.61%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C29246 (or 0xC29246) is known color: Tussock. HEX triplet: C2, 92 and 46. RGB value is (194,146,70). Sum of RGB (Red+Green+Blue) = 194+146+70=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 70 (27.73% from 255 or 17.07% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C29246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29246 is #3D6DB9. Grayscale: #989898. Windows color (decimal): -4025786 or 4625090. OLE color: 4625090.

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

Color convert

RGB 194 146 70 -
CMYK 0 0.25 0.64 0.24
HSL 36.77º 0.5% 0.52% -
HSV(B) 36.77º 0.64% 0.76% -
XYZ 33.63 32.47 10.29 -
YUV 151.69 81.9 158.18 -
System Red Green Blue C M Y K H S L
Decimal 194 146 70 0 0.25 0.64 0.24 36.77 0.5 0.52
Hex C2 92 46 0 19 40 18 25 32 34
Octal 302 222 106 0 31 100 30 45 62 64
Binary 11000010 10010010 1000110 0 11001 1000000 11000 100101 110010 110100

Color Harmonies of #C29246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29246

Black with #C29246

Text Example


Text Example

White with #C29246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29246; }

 p { color: rgb(194,146,70); }

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

background-color css

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

 a { background-color: rgb(194,146,70); }

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

border-color css

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

 span { border-color: rgb(194,146,70); }

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