#C58D87

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

Shades of Oriental Pink #C58D87

Tints of Oriental Pink #C58D87

Color information

#C58D87 (or 0xC58D87) is unknown color: approx Oriental Pink. HEX triplet: C5, 8D and 87. RGB value is (197,141,135). Sum of RGB (Red+Green+Blue) = 197+141+135=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58D87 is #3A7278. Grayscale: #9D9D9D. Windows color (decimal): -3830393 or 8883653. OLE color: 8883653.

HSL color Cylindrical-coordinate representation of color #C58D87: hue angle of 5.81º degrees, saturation: 0.35, 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 #C58D87 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB197141135-
CMYK00.280.310.23
HSL5.81º34.83%65.1%-
HSV(B)5.81º31.47%77.25%-
XYZ36.9232.6727.28-
YUV157.06115.55156.49-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.65%
GREEN value IS 141 (55.47% from 255) = 29.81%
BLUE value IS 135 (53.12% from 255) = 28.54%
R=41.65%
G=29.81%
B=28.54%

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
Decimal19714113500.280.310.235.8134.8365.1
HexC58D8701C1F1762341
Octal3052152070343727643101
Binary11000101100011011000011101110011111101111101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58D87; }

 p { color: rgb(197,141,135); }

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

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

 a { background-color: rgb(197,141,135); }

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

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

 span { border-color: rgb(197,141,135); }

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