Html Css Color HEX #C29B48 Tussock

📋 copy color: '#C29B48'

red 194 ◦ green 155 ◦ blue 72

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

Shades of Tussock #C29B48

Tints of Tussock #C29B48

RGB

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

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

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

R = 46.08%
G = 36.82%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C29B48 (or 0xC29B48) is known color: Tussock. HEX triplet: C2, 9B and 48. RGB value is (194,155,72). Sum of RGB (Red+Green+Blue) = 194+155+72=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29B48 is #3D64B7. Grayscale: #9D9D9D. Windows color (decimal): -4023480 or 4758466. OLE color: 4758466.

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

Color convert

RGB 194 155 72 -
CMYK 0 0.20 0.63 0.24
HSL 40.82º 0.5% 0.52% -
HSV(B) 40.82º 0.63% 0.76% -
XYZ 35.14 35.38 11.11 -
YUV 157.2 79.92 154.25 -
System Red Green Blue C M Y K H S L
Decimal 194 155 72 0 0.20 0.63 0.24 40.82 0.5 0.52
Hex C2 9B 48 0 14 3F 18 29 32 34
Octal 302 233 110 0 24 77 30 51 62 64
Binary 11000010 10011011 1001000 0 10100 111111 11000 101001 110010 110100

Color Harmonies of #C29B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29B48

Black with #C29B48

Text Example


Text Example

White with #C29B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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