#C58A88

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

Shades of Oriental Pink #C58A88

Tints of Oriental Pink #C58A88

Color information

#C58A88 (or 0xC58A88) is unknown color: approx Oriental Pink. HEX triplet: C5, 8A and 88. RGB value is (197,138,136). Sum of RGB (Red+Green+Blue) = 197+138+136=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58A88 is #3A7577. Grayscale: #9B9B9B. Windows color (decimal): -3831160 or 8948421. OLE color: 8948421.

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

Color convert

RGB197138136-
CMYK00.300.310.23
HSL1.97º34.46%65.29%-
HSV(B)1.97º30.96%77.25%-
XYZ36.5631.8227.51-
YUV155.41117.05157.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.83%
GREEN value IS 138 (54.30% from 255) = 29.30%
BLUE value IS 136 (53.52% from 255) = 28.87%
R=41.83%
G=29.30%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713813600.300.310.231.9734.4665.29
HexC58A8801E1F1722241
Octal3052122100363727242101
Binary1100010110001010100010000111101111110111101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58A88; }

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

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

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

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

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

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

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

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