#C58281

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

Shades of Oriental Pink #C58281

Tints of Oriental Pink #C58281

Color information

#C58281 (or 0xC58281) is unknown color: approx Oriental Pink. HEX triplet: C5, 82 and 81. RGB value is (197,130,129). Sum of RGB (Red+Green+Blue) = 197+130+129=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C58281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58281 is #3A7D7E. Grayscale: #959595. Windows color (decimal): -3833215 or 8487621. OLE color: 8487621.

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

Color convert

RGB197130129-
CMYK00.340.350.23
HSL0.88º36.96%63.92%-
HSV(B)0.88º34.52%77.25%-
XYZ34.9729.4224.6-
YUV149.92116.2161.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.20%
GREEN value IS 130 (51.17% from 255) = 28.51%
BLUE value IS 129 (50.78% from 255) = 28.29%
R=43.20%
G=28.51%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713012900.340.350.230.8836.9663.92
HexC58281022231712540
Octal3052022010424327145100
Binary11000101100000101000000101000101000111011111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58281; }

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

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

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

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

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

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

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

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