#C5928D

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

Shades of Oriental Pink #C5928D

Tints of Oriental Pink #C5928D

Color information

#C5928D (or 0xC5928D) is unknown color: approx Oriental Pink. HEX triplet: C5, 92 and 8D. RGB value is (197,146,141). Sum of RGB (Red+Green+Blue) = 197+146+141=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C5928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5928D is #3A6D72. Grayscale: #A0A0A0. Windows color (decimal): -3829107 or 9278149. OLE color: 9278149.

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

Color convert

RGB197146141-
CMYK00.260.280.23
HSL5.36º32.56%66.27%-
HSV(B)5.36º28.43%77.25%-
XYZ38.1134.3529.82-
YUV160.68116.9153.91-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.70%
GREEN value IS 146 (57.42% from 255) = 30.17%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=40.70%
G=30.17%
B=29.13%

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
Decimal19714614100.260.280.235.3632.5666.27
HexC5928D01A1C1752142
Octal3052222150323427541102
Binary11000101100100101000110101101011100101111011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5928D; }

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

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

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

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

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

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

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

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