#C5918D

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

Shades of Oriental Pink #C5918D

Tints of Oriental Pink #C5918D

Color information

#C5918D (or 0xC5918D) is unknown color: approx Oriental Pink. HEX triplet: C5, 91 and 8D. RGB value is (197,145,141). Sum of RGB (Red+Green+Blue) = 197+145+141=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C5918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5918D is #3A6E72. Grayscale: #A0A0A0. Windows color (decimal): -3829363 or 9277893. OLE color: 9277893.

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

Color convert

RGB197145141-
CMYK00.260.280.23
HSL4.29º32.56%66.27%-
HSV(B)4.29º28.43%77.25%-
XYZ37.9634.0429.77-
YUV160.09117.23154.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.79%
GREEN value IS 145 (57.03% from 255) = 30.02%
BLUE value IS 141 (55.47% from 255) = 29.19%
R=40.79%
G=30.02%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714514100.260.280.234.2932.5666.27
HexC5918D01A1C1742142
Octal3052212150323427441102
Binary11000101100100011000110101101011100101111001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5918D; }

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

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

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

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

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

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

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

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