#c58e88

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

Shades of Oriental Pink #C58E88

Tints of Oriental Pink #C58E88

Color information

#C58E88 (or 0xC58E88) is unknown color: approx Oriental Pink. HEX triplet: C5, 8E and 88. RGB value is (197,142,136). Sum of RGB (Red+Green+Blue) = 197+142+136=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58E88 is #3A7177. Grayscale: #9D9D9D. Windows color (decimal): -3830136 or 8949445. OLE color: 8949445.

HSL color Cylindrical-coordinate representation of color #C58E88: hue angle of 5.9º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C58E88 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB197142136-
CMYK00.280.310.23
HSL5.9º34.46%65.29%-
HSV(B)5.9º30.96%77.25%-
XYZ37.1432.9927.7-
YUV157.76115.72155.99-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.47%
GREEN value IS 142 (55.86% from 255) = 29.89%
BLUE value IS 136 (53.52% from 255) = 28.63%
R=41.47%
G=29.89%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714213600.280.310.235.934.4665.29
HexC58E8801C1F1762241
Octal3052162100343727642101
Binary11000101100011101000100001110011111101111101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c58e88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c58e88; }

 p { color: rgb(197,142,136); }

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

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

 a { background-color: rgb(197,142,136); }

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

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

 span { border-color: rgb(197,142,136); }

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