#C28C88

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

Shades of Oriental Pink #C28C88

Tints of Oriental Pink #C28C88

Color information

#C28C88 (or 0xC28C88) is unknown color: approx Oriental Pink. HEX triplet: C2, 8C and 88. RGB value is (194,140,136). Sum of RGB (Red+Green+Blue) = 194+140+136=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28C88 is #3D7377. Grayscale: #9B9B9B. Windows color (decimal): -4027256 or 8948930. OLE color: 8948930.

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

Color convert

RGB194140136-
CMYK00.280.300.24
HSL4.14º32.22%64.71%-
HSV(B)4.14º29.9%76.08%-
XYZ36.073227.57-
YUV155.69116.89155.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.28%
GREEN value IS 140 (55.08% from 255) = 29.79%
BLUE value IS 136 (53.52% from 255) = 28.94%
R=41.28%
G=29.79%
B=28.94%

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
Decimal19414013600.280.300.244.1432.2264.71
HexC28C8801C1E1842041
Octal3022142100343630440101
Binary11000010100011001000100001110011110110001001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28C88; }

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

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

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

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

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

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

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

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