#c5908b

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

Shades of Oriental Pink #C5908B

Tints of Oriental Pink #C5908B

Color information

#C5908B (or 0xC5908B) is unknown color: approx Oriental Pink. HEX triplet: C5, 90 and 8B. RGB value is (197,144,139). Sum of RGB (Red+Green+Blue) = 197+144+139=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C5908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5908B is #3A6F74. Grayscale: #9F9F9F. Windows color (decimal): -3829621 or 9146565. OLE color: 9146565.

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

Color convert

RGB197144139-
CMYK00.270.290.23
HSL5.17º33.33%65.88%-
HSV(B)5.17º29.44%77.25%-
XYZ37.6633.6828.94-
YUV159.28116.56154.91-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.04%
GREEN value IS 144 (56.64% from 255) = 30%
BLUE value IS 139 (54.69% from 255) = 28.96%
R=41.04%
G=30%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714413900.270.290.235.1733.3365.88
HexC5908B01B1D1752142
Octal3052202130333527541102
Binary11000101100100001000101101101111101101111011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5908b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5908b; }

 p { color: rgb(197,144,139); }

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

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

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

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

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

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

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