#C5908D

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

Shades of Oriental Pink #C5908D

Tints of Oriental Pink #C5908D

Color information

#C5908D (or 0xC5908D) is unknown color: approx Oriental Pink. HEX triplet: C5, 90 and 8D. RGB value is (197,144,141). Sum of RGB (Red+Green+Blue) = 197+144+141=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C5908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5908D is #3A6F72. Grayscale: #9F9F9F. Windows color (decimal): -3829619 or 9277637. OLE color: 9277637.

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

Color convert

RGB197144141-
CMYK00.270.280.23
HSL3.21º32.56%66.27%-
HSV(B)3.21º28.43%77.25%-
XYZ37.8133.7429.72-
YUV159.5117.56154.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.87%
GREEN value IS 144 (56.64% from 255) = 29.88%
BLUE value IS 141 (55.47% from 255) = 29.25%
R=40.87%
G=29.88%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714414100.270.280.233.2132.5666.27
HexC5908D01B1C1732142
Octal3052202150333427341102
Binary1100010110010000100011010110111110010111111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5908D; }

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

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

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

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

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

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

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

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