Html Css Color HEX #C29B46 Tussock

📋 copy color: '#C29B46'

red 194 ◦ green 155 ◦ blue 70

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

Shades of Tussock #C29B46

Tints of Tussock #C29B46

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.99%

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

R = 46.3%
G = 36.99%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C29B46 (or 0xC29B46) is known color: Tussock. HEX triplet: C2, 9B and 46. RGB value is (194,155,70). Sum of RGB (Red+Green+Blue) = 194+155+70=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 70 (27.73% from 255 or 16.71% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29B46 is #3D64B9. Grayscale: #9D9D9D. Windows color (decimal): -4023482 or 4627394. OLE color: 4627394.

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

Color convert

RGB 194 155 70 -
CMYK 0 0.20 0.64 0.24
HSL 41.13º 0.5% 0.52% -
HSV(B) 41.13º 0.64% 0.76% -
XYZ 35.07 35.35 10.77 -
YUV 156.97 78.92 154.41 -
System Red Green Blue C M Y K H S L
Decimal 194 155 70 0 0.20 0.64 0.24 41.13 0.5 0.52
Hex C2 9B 46 0 14 40 18 29 32 34
Octal 302 233 106 0 24 100 30 51 62 64
Binary 11000010 10011011 1000110 0 10100 1000000 11000 101001 110010 110100

Color Harmonies of #C29B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29B46

Black with #C29B46

Text Example


Text Example

White with #C29B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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