Html Css Color HEX #C29948 Tussock

📋 copy color: '#C29948'

red 194 ◦ green 153 ◦ blue 72

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

Shades of Tussock #C29948

Tints of Tussock #C29948

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.52%

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

R = 46.3%
G = 36.52%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C29948 (or 0xC29948) is known color: Tussock. HEX triplet: C2, 99 and 48. RGB value is (194,153,72). Sum of RGB (Red+Green+Blue) = 194+153+72=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C29948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29948 is #3D66B7. Grayscale: #9C9C9C. Windows color (decimal): -4023992 or 4757954. OLE color: 4757954.

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

Color convert

RGB 194 153 72 -
CMYK 0 0.21 0.63 0.24
HSL 39.84º 0.5% 0.52% -
HSV(B) 39.84º 0.63% 0.76% -
XYZ 34.81 34.72 11 -
YUV 156.03 80.58 155.09 -
System Red Green Blue C M Y K H S L
Decimal 194 153 72 0 0.21 0.63 0.24 39.84 0.5 0.52
Hex C2 99 48 0 15 3F 18 28 32 34
Octal 302 231 110 0 25 77 30 50 62 64
Binary 11000010 10011001 1001000 0 10101 111111 11000 101000 110010 110100

Color Harmonies of #C29948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29948

Black with #C29948

Text Example


Text Example

White with #C29948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29948; }

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

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

background-color css

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

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

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

border-color css

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

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

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