#C59087

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

Shades of Oriental Pink #C59087

Tints of Oriental Pink #C59087

Color information

#C59087 (or 0xC59087) is unknown color: approx Oriental Pink. HEX triplet: C5, 90 and 87. RGB value is (197,144,135). Sum of RGB (Red+Green+Blue) = 197+144+135=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 135 (53.12% from 255 or 28.36% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C59087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59087 is #3A6F78. Grayscale: #9E9E9E. Windows color (decimal): -3829625 or 8884421. OLE color: 8884421.

HSL color Cylindrical-coordinate representation of color #C59087: hue angle of 8.71º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C59087 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB197144135-
CMYK00.270.310.23
HSL8.71º34.83%65.1%-
HSV(B)8.71º31.47%77.25%-
XYZ37.3733.5727.43-
YUV158.82114.56155.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.39%
GREEN value IS 144 (56.64% from 255) = 30.25%
BLUE value IS 135 (53.12% from 255) = 28.36%
R=41.39%
G=30.25%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714413500.270.310.238.7134.8365.1
HexC5908701B1F1792341
Octal30522020703337271143101
Binary110001011001000010000111011011111111011110011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59087; }

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

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

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

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

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

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

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

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