#C19E98

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

Shades of Eunry #C19E98

Tints of Eunry #C19E98

Color information

#C19E98 (or 0xC19E98) is unknown color: approx Eunry. HEX triplet: C1, 9E and 98. RGB value is (193,158,152). Sum of RGB (Red+Green+Blue) = 193+158+152=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19E98 is #3E6167. Grayscale: #A7A7A7. Windows color (decimal): -4088168 or 10002113. OLE color: 10002113.

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

Color convert

RGB193158152-
CMYK00.180.210.24
HSL8.78º24.85%67.65%-
HSV(B)8.78º21.24%75.69%-
XYZ39.8938.0634.95-
YUV167.78119.1145.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.37%
GREEN value IS 158 (62.11% from 255) = 31.41%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=38.37%
G=31.41%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315815200.180.210.248.7824.8567.65
HexC19E98012151891944
Octal30123623002225301131104
Binary11000001100111101001100001001010101110001001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19E98; }

 p { color: rgb(193,158,152); }

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

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

 a { background-color: rgb(193,158,152); }

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

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

 span { border-color: rgb(193,158,152); }

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