#C28E8C

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

Shades of Oriental Pink #C28E8C

Tints of Oriental Pink #C28E8C

Color information

#C28E8C (or 0xC28E8C) is unknown color: approx Oriental Pink. HEX triplet: C2, 8E and 8C. RGB value is (194,142,140). Sum of RGB (Red+Green+Blue) = 194+142+140=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28E8C is #3D7173. Grayscale: #9D9D9D. Windows color (decimal): -4026740 or 9211586. OLE color: 9211586.

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

Color convert

RGB194142140-
CMYK00.270.280.24
HSL2.22º30.68%65.49%-
HSV(B)2.22º27.84%76.08%-
XYZ36.6532.7129.19-
YUV157.32118.23154.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.76%
GREEN value IS 142 (55.86% from 255) = 29.83%
BLUE value IS 140 (55.08% from 255) = 29.41%
R=40.76%
G=29.83%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414214000.270.280.242.2230.6865.49
HexC28E8C01B1C1821f41
Octal3022162140333430237101
Binary110000101000111010001100011011111001100010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28E8C; }

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

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

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

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

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

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

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

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