#C29D98

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

Shades of Eunry #C29D98

Tints of Eunry #C29D98

Color information

#C29D98 (or 0xC29D98) is unknown color: approx Eunry. HEX triplet: C2, 9D and 98. RGB value is (194,157,152). Sum of RGB (Red+Green+Blue) = 194+157+152=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29D98 is #3D6267. Grayscale: #A7A7A7. Windows color (decimal): -4022888 or 10001858. OLE color: 10001858.

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

Color convert

RGB194157152-
CMYK00.190.220.24
HSL7.14º25.61%67.84%-
HSV(B)7.14º21.65%76.08%-
XYZ39.9737.8534.9-
YUV167.49119.26146.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.57%
GREEN value IS 157 (61.72% from 255) = 31.21%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=38.57%
G=31.21%
B=30.22%

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
Decimal19415715200.190.220.247.1425.6167.84
HexC29D98013161871a44
Octal3022352300232630732104
Binary1100001010011101100110000100111011011000111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29D98; }

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

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

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

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

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

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

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

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