#C28F87

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

Shades of Oriental Pink #C28F87

Tints of Oriental Pink #C28F87

Color information

#C28F87 (or 0xC28F87) is unknown color: approx Oriental Pink. HEX triplet: C2, 8F and 87. RGB value is (194,143,135). Sum of RGB (Red+Green+Blue) = 194+143+135=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28F87 is #3D7078. Grayscale: #9D9D9D. Windows color (decimal): -4026489 or 8884162. OLE color: 8884162.

HSL color Cylindrical-coordinate representation of color #C28F87: hue angle of 8.14º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C28F87 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB194143135-
CMYK00.260.300.24
HSL8.14º32.6%64.51%-
HSV(B)8.14º30.41%76.08%-
XYZ36.4432.8627.34-
YUV157.34115.4154.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.10%
GREEN value IS 143 (56.25% from 255) = 30.30%
BLUE value IS 135 (53.12% from 255) = 28.60%
R=41.10%
G=30.30%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414313500.260.300.248.1432.664.51
HexC28F8701A1E1882141
Octal30221720703236301041101
Binary110000101000111110000111011010111101100010001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F87; }

 p { color: rgb(194,143,135); }

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

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

 a { background-color: rgb(194,143,135); }

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

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

 span { border-color: rgb(194,143,135); }

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