#C58585

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

Shades of Oriental Pink #C58585

Tints of Oriental Pink #C58585

Color information

#C58585 (or 0xC58585) is unknown color: approx Oriental Pink. HEX triplet: C5, 85 and 85. RGB value is (197,133,133). Sum of RGB (Red+Green+Blue) = 197+133+133=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C58585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58585 is #3A7A7A. Grayscale: #989898. Windows color (decimal): -3832443 or 8750533. OLE color: 8750533.

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

Color convert

RGB197133133-
CMYK00.320.320.23
HSL35.56%64.71%-
HSV(B)32.49%77.25%-
XYZ35.6530.3426.17-
YUV152.14117.2160-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.55%
GREEN value IS 133 (52.34% from 255) = 28.73%
BLUE value IS 133 (52.34% from 255) = 28.73%
R=42.55%
G=28.73%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713313300.320.320.23035.5664.71
HexC58585020201702441
Octal3052052050404027044101
Binary11000101100001011000010101000001000001011101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58585; }

 p { color: rgb(197,133,133); }

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

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

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

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

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

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

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