#C88886

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

Shades of Oriental Pink #C88886

Tints of Oriental Pink #C88886

Color information

#C88886 (or 0xC88886) is unknown color: approx Oriental Pink. HEX triplet: C8, 88 and 86. RGB value is (200,136,134). Sum of RGB (Red+Green+Blue) = 200+136+134=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C88886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88886 is #377779. Grayscale: #9A9A9A. Windows color (decimal): -3635066 or 8816840. OLE color: 8816840.

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

Color convert

RGB200136134-
CMYK00.320.330.22
HSL1.82º37.5%65.49%-
HSV(B)1.82º33%78.43%-
XYZ36.9331.6126.71-
YUV154.91116.2160.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.55%
GREEN value IS 136 (53.52% from 255) = 28.94%
BLUE value IS 134 (52.73% from 255) = 28.51%
R=42.55%
G=28.94%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013613400.320.330.221.8237.565.49
HexC88886020211622641
Octal3102102060404126246101
Binary110010001000100010000110010000010000110110101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88886; }

 p { color: rgb(200,136,134); }

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

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

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

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

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

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

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