Html Css Color HEX #C29146 Tussock

📋 copy color: '#C29146'

red 194 ◦ green 145 ◦ blue 70

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

Shades of Tussock #C29146

Tints of Tussock #C29146

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.45%

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

R = 47.43%
G = 35.45%
B = 17.11%

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

#C29146 (or 0xC29146) is known color: Tussock. HEX triplet: C2, 91 and 46. RGB value is (194,145,70). Sum of RGB (Red+Green+Blue) = 194+145+70=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C29146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29146 is #3D6EB9. Grayscale: #979797. Windows color (decimal): -4026042 or 4624834. OLE color: 4624834.

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

Color convert

RGB 194 145 70 -
CMYK 0 0.25 0.64 0.24
HSL 36.29º 0.5% 0.52% -
HSV(B) 36.29º 0.64% 0.76% -
XYZ 33.48 32.16 10.24 -
YUV 151.1 82.23 158.6 -
System Red Green Blue C M Y K H S L
Decimal 194 145 70 0 0.25 0.64 0.24 36.29 0.5 0.52
Hex C2 91 46 0 19 40 18 24 32 34
Octal 302 221 106 0 31 100 30 44 62 64
Binary 11000010 10010001 1000110 0 11001 1000000 11000 100100 110010 110100

Color Harmonies of #C29146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29146

Black with #C29146

Text Example


Text Example

White with #C29146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29146; }

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

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

background-color css

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

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

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

border-color css

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

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

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