#C89087

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

Shades of Oriental Pink #C89087

Tints of Oriental Pink #C89087

Color information

#C89087 (or 0xC89087) is unknown color: approx Oriental Pink. HEX triplet: C8, 90 and 87. RGB value is (200,144,135). Sum of RGB (Red+Green+Blue) = 200+144+135=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C89087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89087 is #376F78. Grayscale: #9F9F9F. Windows color (decimal): -3633017 or 8884424. OLE color: 8884424.

HSL color Cylindrical-coordinate representation of color #C89087: hue angle of 8.31º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C89087 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB200144135-
CMYK00.280.320.22
HSL8.31º37.14%65.69%-
HSV(B)8.31º32.5%78.43%-
XYZ38.1733.9827.47-
YUV159.72114.05156.73-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.75%
GREEN value IS 144 (56.64% from 255) = 30.06%
BLUE value IS 135 (53.12% from 255) = 28.18%
R=41.75%
G=30.06%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014413500.280.320.228.3137.1465.69
HexC8908701C201682542
Octal31022020703440261045102
Binary1100100010010000100001110111001000001011010001001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89087; }

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

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

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

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

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

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

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

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