#C28987

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

Shades of Oriental Pink #C28987

Tints of Oriental Pink #C28987

Color information

#C28987 (or 0xC28987) is unknown color: approx Oriental Pink. HEX triplet: C2, 89 and 87. RGB value is (194,137,135). Sum of RGB (Red+Green+Blue) = 194+137+135=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C28987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28987 is #3D7678. Grayscale: #999999. Windows color (decimal): -4028025 or 8882626. OLE color: 8882626.

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

Color convert

RGB194137135-
CMYK00.290.300.24
HSL2.03º32.6%64.51%-
HSV(B)2.03º30.41%76.08%-
XYZ35.5731.1127.05-
YUV153.82117.38156.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.63%
GREEN value IS 137 (53.91% from 255) = 29.40%
BLUE value IS 135 (53.12% from 255) = 28.97%
R=41.63%
G=29.40%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413713500.290.300.242.0332.664.51
HexC2898701D1E1822141
Octal3022112070353630241101
Binary1100001010001001100001110111011111011000101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28987; }

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

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

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

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

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

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

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

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