Html Css Color HEX #C29644 Tussock

📋 copy color: '#C29644'

red 194 ◦ green 150 ◦ blue 68

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

Shades of Tussock #C29644

Tints of Tussock #C29644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.5%

R = 47.09%
G = 36.41%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C29644 (or 0xC29644) is known color: Tussock. HEX triplet: C2, 96 and 44. RGB value is (194,150,68). Sum of RGB (Red+Green+Blue) = 194+150+68=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C29644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29644 is #3D69BB. Grayscale: #9A9A9A. Windows color (decimal): -4024764 or 4495042. OLE color: 4495042.

HSL color Cylindrical-coordinate representation of color #C29644: hue angle of 39.05º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C29644 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 150 68 -
CMYK 0 0.23 0.65 0.24
HSL 39.05º 0.51% 0.51% -
HSV(B) 39.05º 0.65% 0.76% -
XYZ 34.2 33.7 10.17 -
YUV 153.81 79.58 156.67 -
System Red Green Blue C M Y K H S L
Decimal 194 150 68 0 0.23 0.65 0.24 39.05 0.51 0.51
Hex C2 96 44 0 17 41 18 27 33 33
Octal 302 226 104 0 27 101 30 47 63 63
Binary 11000010 10010110 1000100 0 10111 1000001 11000 100111 110011 110011

Color Harmonies of #C29644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29644

Black with #C29644

Text Example


Text Example

White with #C29644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29644; }

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

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

background-color css

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

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

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

border-color css

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

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

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