Html Css Color HEX #C29046 Tussock

📋 copy color: '#C29046'

red 194 ◦ green 144 ◦ blue 70

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

Shades of Tussock #C29046

Tints of Tussock #C29046

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.29%

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

R = 47.55%
G = 35.29%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C29046 (or 0xC29046) is known color: Tussock. HEX triplet: C2, 90 and 46. RGB value is (194,144,70). Sum of RGB (Red+Green+Blue) = 194+144+70=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C29046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29046 is #3D6FB9. Grayscale: #969696. Windows color (decimal): -4026298 or 4624578. OLE color: 4624578.

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

Color convert

RGB 194 144 70 -
CMYK 0 0.26 0.64 0.24
HSL 35.81º 0.5% 0.52% -
HSV(B) 35.81º 0.64% 0.76% -
XYZ 33.33 31.86 10.19 -
YUV 150.51 82.57 159.02 -
System Red Green Blue C M Y K H S L
Decimal 194 144 70 0 0.26 0.64 0.24 35.81 0.5 0.52
Hex C2 90 46 0 1A 40 18 24 32 34
Octal 302 220 106 0 32 100 30 44 62 64
Binary 11000010 10010000 1000110 0 11010 1000000 11000 100100 110010 110100

Color Harmonies of #C29046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29046

Black with #C29046

Text Example


Text Example

White with #C29046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29046; }

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

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

background-color css

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

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

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

border-color css

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

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

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