Html Css Color HEX #C29952 Tussock

📋 copy color: '#C29952'

red 194 ◦ green 153 ◦ blue 82

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

Shades of Tussock #C29952

Tints of Tussock #C29952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.11%

R = 45.22%
G = 35.66%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C29952 (or 0xC29952) is known color: Tussock. HEX triplet: C2, 99 and 52. RGB value is (194,153,82). Sum of RGB (Red+Green+Blue) = 194+153+82=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C29952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29952 is #3D66AD. Grayscale: #9D9D9D. Windows color (decimal): -4023982 or 5413314. OLE color: 5413314.

HSL color Cylindrical-coordinate representation of color #C29952: hue angle of 38.04º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C29952 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 153 82 -
CMYK 0 0.21 0.58 0.24
HSL 38.04º 0.48% 0.54% -
HSV(B) 38.04º 0.58% 0.76% -
XYZ 35.16 34.86 12.86 -
YUV 157.17 85.58 154.27 -
System Red Green Blue C M Y K H S L
Decimal 194 153 82 0 0.21 0.58 0.24 38.04 0.48 0.54
Hex C2 99 52 0 15 3A 18 26 30 36
Octal 302 231 122 0 25 72 30 46 60 66
Binary 11000010 10011001 1010010 0 10101 111010 11000 100110 110000 110110

Color Harmonies of #C29952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29952

Black with #C29952

Text Example


Text Example

White with #C29952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29952; }

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

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

background-color css

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

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

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

border-color css

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

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

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