#C28E80

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

Shades of Oriental Pink #C28E80

Tints of Oriental Pink #C28E80

Color information

#C28E80 (or 0xC28E80) is unknown color: approx Oriental Pink. HEX triplet: C2, 8E and 80. RGB value is (194,142,128). Sum of RGB (Red+Green+Blue) = 194+142+128=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28E80 is #3D717F. Grayscale: #9C9C9C. Windows color (decimal): -4026752 or 8425154. OLE color: 8425154.

HSL color Cylindrical-coordinate representation of color #C28E80: hue angle of 12.73º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C28E80 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB194142128-
CMYK00.270.340.24
HSL12.73º35.11%63.14%-
HSV(B)12.73º34.02%76.08%-
XYZ35.8232.3724.78-
YUV155.95112.23155.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.81%
GREEN value IS 142 (55.86% from 255) = 30.60%
BLUE value IS 128 (50.39% from 255) = 27.59%
R=41.81%
G=30.60%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414212800.270.340.2412.7335.1163.14
HexC28E8001B2218d233f
Octal3022162000334230154377
Binary110000101000111010000000011011100010110001101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28E80; }

 p { color: rgb(194,142,128); }

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

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

 a { background-color: rgb(194,142,128); }

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

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

 span { border-color: rgb(194,142,128); }

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