#C29D97

Color #C29D97 Eunry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eunry #C29D97

Tints of Eunry #C29D97

Color information

#C29D97 (or 0xC29D97) is unknown color: approx Eunry. HEX triplet: C2, 9D and 97. RGB value is (194,157,151). Sum of RGB (Red+Green+Blue) = 194+157+151=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29D97 is #3D6268. Grayscale: #A7A7A7. Windows color (decimal): -4022889 or 9936322. OLE color: 9936322.

HSL color Cylindrical-coordinate representation of color #C29D97: hue angle of 8.37º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C29D97 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB194157151-
CMYK00.190.220.24
HSL8.37º26.06%67.65%-
HSV(B)8.37º22.16%76.08%-
XYZ39.8937.8234.48-
YUV167.38118.76146.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.65%
GREEN value IS 157 (61.72% from 255) = 31.27%
BLUE value IS 151 (59.38% from 255) = 30.08%
R=38.65%
G=31.27%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415715100.190.220.248.3726.0667.65
HexC29D97013161881a44
Octal30223522702326301032104
Binary11000010100111011001011101001110110110001000110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29D97; }

 p { color: rgb(194,157,151); }

 H1.HeaderClassName
 {
   color: #C29D97;
 }
 .AnyTagClassName
 {
   color: #C29D97;
 }
</style>
background-color css

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

 a { background-color: rgb(194,157,151); }

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

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

 span { border-color: rgb(194,157,151); }

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