#C58C89

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

Shades of Oriental Pink #C58C89

Tints of Oriental Pink #C58C89

Color information

#C58C89 (or 0xC58C89) is unknown color: approx Oriental Pink. HEX triplet: C5, 8C and 89. RGB value is (197,140,137). Sum of RGB (Red+Green+Blue) = 197+140+137=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58C89 is #3A7376. Grayscale: #9C9C9C. Windows color (decimal): -3830647 or 9014469. OLE color: 9014469.

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

Color convert

RGB197140137-
CMYK00.290.300.23
HSL34.09%65.49%-
HSV(B)30.46%77.25%-
XYZ36.9232.4327.98-
YUV156.7116.88156.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.56%
GREEN value IS 140 (55.08% from 255) = 29.54%
BLUE value IS 137 (53.91% from 255) = 28.90%
R=41.56%
G=29.54%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714013700.290.300.23334.0965.49
HexC58C8901D1E1732241
Octal3052142110353627342101
Binary1100010110001100100010010111011111010111111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58C89; }

 p { color: rgb(197,140,137); }

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

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

 a { background-color: rgb(197,140,137); }

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

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

 span { border-color: rgb(197,140,137); }

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