#C88887

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

Shades of Oriental Pink #C88887

Tints of Oriental Pink #C88887

Color information

#C88887 (or 0xC88887) is unknown color: approx Oriental Pink. HEX triplet: C8, 88 and 87. RGB value is (200,136,135). Sum of RGB (Red+Green+Blue) = 200+136+135=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C88887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88887 is #377778. Grayscale: #9B9B9B. Windows color (decimal): -3635065 or 8882376. OLE color: 8882376.

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

Color convert

RGB200136135-
CMYK00.320.320.22
HSL0.92º37.14%65.69%-
HSV(B)0.92º32.5%78.43%-
XYZ3731.6427.08-
YUV155.02116.7160.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.46%
GREEN value IS 136 (53.52% from 255) = 28.87%
BLUE value IS 135 (53.12% from 255) = 28.66%
R=42.46%
G=28.87%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013613500.320.320.220.9237.1465.69
HexC88887020201612542
Octal3102102070404026145102
Binary11001000100010001000011101000001000001011011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88887; }

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

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

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

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

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

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

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

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