#C28C87

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

Shades of Oriental Pink #C28C87

Tints of Oriental Pink #C28C87

Color information

#C28C87 (or 0xC28C87) is unknown color: approx Oriental Pink. HEX triplet: C2, 8C and 87. RGB value is (194,140,135). Sum of RGB (Red+Green+Blue) = 194+140+135=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28C87 is #3D7378. Grayscale: #9B9B9B. Windows color (decimal): -4027257 or 8883394. OLE color: 8883394.

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

Color convert

RGB194140135-
CMYK00.280.300.24
HSL5.08º32.6%64.51%-
HSV(B)5.08º30.41%76.08%-
XYZ3631.9727.2-
YUV155.58116.39155.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.36%
GREEN value IS 140 (55.08% from 255) = 29.85%
BLUE value IS 135 (53.12% from 255) = 28.78%
R=41.36%
G=29.85%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414013500.280.300.245.0832.664.51
HexC28C8701C1E1852141
Octal3022142070343630541101
Binary11000010100011001000011101110011110110001011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28C87; }

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

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

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

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

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

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

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

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