#C58D84

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

Shades of Oriental Pink #C58D84

Tints of Oriental Pink #C58D84

Color information

#C58D84 (or 0xC58D84) is unknown color: approx Oriental Pink. HEX triplet: C5, 8D and 84. RGB value is (197,141,132). Sum of RGB (Red+Green+Blue) = 197+141+132=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58D84 is #3A727B. Grayscale: #9C9C9C. Windows color (decimal): -3830396 or 8687045. OLE color: 8687045.

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

Color convert

RGB197141132-
CMYK00.280.330.23
HSL8.31º35.91%64.51%-
HSV(B)8.31º32.99%77.25%-
XYZ36.7232.5926.18-
YUV156.72114.05156.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.91%
GREEN value IS 141 (55.47% from 255) = 30%
BLUE value IS 132 (51.95% from 255) = 28.09%
R=41.91%
G=30%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714113200.280.330.238.3135.9164.51
HexC58D8401C211782441
Octal30521520403441271044101
Binary1100010110001101100001000111001000011011110001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58D84; }

 p { color: rgb(197,141,132); }

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

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

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

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

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

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

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