#C28F88

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

Shades of Oriental Pink #C28F88

Tints of Oriental Pink #C28F88

Color information

#C28F88 (or 0xC28F88) is unknown color: approx Oriental Pink. HEX triplet: C2, 8F and 88. RGB value is (194,143,136). Sum of RGB (Red+Green+Blue) = 194+143+136=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28F88 is #3D7077. Grayscale: #9D9D9D. Windows color (decimal): -4026488 or 8949698. OLE color: 8949698.

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

Color convert

RGB194143136-
CMYK00.260.300.24
HSL7.24º32.22%64.71%-
HSV(B)7.24º29.9%76.08%-
XYZ36.5132.8927.72-
YUV157.45115.9154.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.01%
GREEN value IS 143 (56.25% from 255) = 30.23%
BLUE value IS 136 (53.52% from 255) = 28.75%
R=41.01%
G=30.23%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414313600.260.300.247.2432.2264.71
HexC28F8801A1E1872041
Octal3022172100323630740101
Binary11000010100011111000100001101011110110001111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F88; }

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

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

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

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

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

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

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

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