#C5938C

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

Shades of Oriental Pink #C5938C

Tints of Oriental Pink #C5938C

Color information

#C5938C (or 0xC5938C) is unknown color: approx Oriental Pink. HEX triplet: C5, 93 and 8C. RGB value is (197,147,140). Sum of RGB (Red+Green+Blue) = 197+147+140=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C5938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5938C is #3A6C73. Grayscale: #A1A1A1. Windows color (decimal): -3828852 or 9212869. OLE color: 9212869.

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

Color convert

RGB197147140-
CMYK00.250.290.23
HSL7.37º32.95%66.08%-
HSV(B)7.37º28.93%77.25%-
XYZ38.1934.6329.48-
YUV161.15116.06153.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.70%
GREEN value IS 147 (57.81% from 255) = 30.37%
BLUE value IS 140 (55.08% from 255) = 28.93%
R=40.70%
G=30.37%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714714000.250.290.237.3732.9566.08
HexC5938C0191D1772142
Octal3052232140313527741102
Binary11000101100100111000110001100111101101111111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5938C; }

 p { color: rgb(197,147,140); }

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

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

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

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

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

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

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