#C29F9E

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

Shades of Eunry #C29F9E

Tints of Eunry #C29F9E

Color information

#C29F9E (or 0xC29F9E) is unknown color: approx Eunry. HEX triplet: C2, 9F and 9E. RGB value is (194,159,158). Sum of RGB (Red+Green+Blue) = 194+159+158=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29F9E is #3D6061. Grayscale: #A9A9A9. Windows color (decimal): -4022370 or 10395586. OLE color: 10395586.

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

Color convert

RGB194159158-
CMYK00.180.190.24
HSL1.67º22.78%69.02%-
HSV(B)1.67º18.56%76.08%-
XYZ40.8238.7337.67-
YUV169.35121.6145.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 159 (62.5% from 255) = 31.12%
BLUE value IS 158 (62.11% from 255) = 30.92%
R=37.96%
G=31.12%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415915800.180.190.241.6722.7869.02
HexC29F9E012131821745
Octal3022372360222330227105
Binary110000101001111110011110010010100111100010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29F9E; }

 p { color: rgb(194,159,158); }

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

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

 a { background-color: rgb(194,159,158); }

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

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

 span { border-color: rgb(194,159,158); }

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