#C58881

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

Shades of Oriental Pink #C58881

Tints of Oriental Pink #C58881

Color information

#C58881 (or 0xC58881) is unknown color: approx Oriental Pink. HEX triplet: C5, 88 and 81. RGB value is (197,136,129). Sum of RGB (Red+Green+Blue) = 197+136+129=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C58881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58881 is #3A777E. Grayscale: #999999. Windows color (decimal): -3831679 or 8489157. OLE color: 8489157.

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

Color convert

RGB197136129-
CMYK00.310.350.23
HSL6.18º36.96%63.92%-
HSV(B)6.18º34.52%77.25%-
XYZ35.7931.0624.88-
YUV153.44114.21159.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.64%
GREEN value IS 136 (53.52% from 255) = 29.44%
BLUE value IS 129 (50.78% from 255) = 27.92%
R=42.64%
G=29.44%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713612900.310.350.236.1836.9663.92
HexC5888101F231762540
Octal3052102010374327645100
Binary110001011000100010000001011111100011101111101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58881; }

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

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

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

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

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

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

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

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