Html Css Color HEX #C29646 Tussock

📋 copy color: '#C29646'

red 194 ◦ green 150 ◦ blue 70

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

Shades of Tussock #C29646

Tints of Tussock #C29646

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.23%

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

R = 46.86%
G = 36.23%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C29646 (or 0xC29646) is known color: Tussock. HEX triplet: C2, 96 and 46. RGB value is (194,150,70). Sum of RGB (Red+Green+Blue) = 194+150+70=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C29646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29646 is #3D69B9. Grayscale: #9A9A9A. Windows color (decimal): -4024762 or 4626114. OLE color: 4626114.

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

Color convert

RGB 194 150 70 -
CMYK 0 0.23 0.64 0.24
HSL 38.71º 0.5% 0.52% -
HSV(B) 38.71º 0.64% 0.76% -
XYZ 34.26 33.72 10.5 -
YUV 154.04 80.58 156.5 -
System Red Green Blue C M Y K H S L
Decimal 194 150 70 0 0.23 0.64 0.24 38.71 0.5 0.52
Hex C2 96 46 0 17 40 18 27 32 34
Octal 302 226 106 0 27 100 30 47 62 64
Binary 11000010 10010110 1000110 0 10111 1000000 11000 100111 110010 110100

Color Harmonies of #C29646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29646

Black with #C29646

Text Example


Text Example

White with #C29646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29646; }

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

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

background-color css

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

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

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

border-color css

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

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

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