Html Css Color HEX #C29648 Tussock

📋 copy color: '#C29648'

red 194 ◦ green 150 ◦ blue 72

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

Shades of Tussock #C29648

Tints of Tussock #C29648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.31%

R = 46.63%
G = 36.06%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C29648 (or 0xC29648) is known color: Tussock. HEX triplet: C2, 96 and 48. RGB value is (194,150,72). Sum of RGB (Red+Green+Blue) = 194+150+72=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C29648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29648 is #3D69B7. Grayscale: #9A9A9A. Windows color (decimal): -4024760 or 4757186. OLE color: 4757186.

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

Color convert

RGB 194 150 72 -
CMYK 0 0.23 0.63 0.24
HSL 38.36º 0.5% 0.52% -
HSV(B) 38.36º 0.63% 0.76% -
XYZ 34.32 33.75 10.84 -
YUV 154.26 81.58 156.34 -
System Red Green Blue C M Y K H S L
Decimal 194 150 72 0 0.23 0.63 0.24 38.36 0.5 0.52
Hex C2 96 48 0 17 3F 18 26 32 34
Octal 302 226 110 0 27 77 30 46 62 64
Binary 11000010 10010110 1001000 0 10111 111111 11000 100110 110010 110100

Color Harmonies of #C29648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29648

Black with #C29648

Text Example


Text Example

White with #C29648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29648; }

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

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

background-color css

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

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

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

border-color css

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

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

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