#C58E8A

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

Shades of Oriental Pink #C58E8A

Tints of Oriental Pink #C58E8A

Color information

#C58E8A (or 0xC58E8A) is unknown color: approx Oriental Pink. HEX triplet: C5, 8E and 8A. RGB value is (197,142,138). Sum of RGB (Red+Green+Blue) = 197+142+138=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58E8A is #3A7175. Grayscale: #9E9E9E. Windows color (decimal): -3830134 or 9080517. OLE color: 9080517.

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

Color convert

RGB197142138-
CMYK00.280.300.23
HSL4.07º33.71%65.69%-
HSV(B)4.07º29.95%77.25%-
XYZ37.2933.0528.46-
YUV157.99116.72155.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.30%
GREEN value IS 142 (55.86% from 255) = 29.77%
BLUE value IS 138 (54.30% from 255) = 28.93%
R=41.30%
G=29.77%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714213800.280.300.234.0733.7165.69
HexC58E8A01C1E1742242
Octal3052162120343627442102
Binary11000101100011101000101001110011110101111001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58E8A; }

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

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

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

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

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

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

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

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