#C88080

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

Shades of Oriental Pink #C88080

Tints of Oriental Pink #C88080

Color information

#C88080 (or 0xC88080) is unknown color: approx Oriental Pink. HEX triplet: C8, 80 and 80. RGB value is (200,128,128). Sum of RGB (Red+Green+Blue) = 200+128+128=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C88080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88080 is #377F7F. Grayscale: #959595. Windows color (decimal): -3637120 or 8421576. OLE color: 8421576.

HSL color Cylindrical-coordinate representation of color #C88080: hue angle of 0º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C88080 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB200128128-
CMYK00.360.360.22
HSL39.56%64.31%-
HSV(B)36%78.43%-
XYZ35.4329.2824.21-
YUV149.53115.85164-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.86%
GREEN value IS 128 (50.39% from 255) = 28.07%
BLUE value IS 128 (50.39% from 255) = 28.07%
R=43.86%
G=28.07%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012812800.360.360.22039.5664.31
HexC88080024241602840
Octal3102002000444426050100
Binary11001000100000001000000001001001001001011001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88080; }

 p { color: rgb(200,128,128); }

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

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

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

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

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

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

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