#C88783

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

Shades of Oriental Pink #C88783

Tints of Oriental Pink #C88783

Color information

#C88783 (or 0xC88783) is unknown color: approx Oriental Pink. HEX triplet: C8, 87 and 83. RGB value is (200,135,131). Sum of RGB (Red+Green+Blue) = 200+135+131=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C88783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88783 is #37787C. Grayscale: #9A9A9A. Windows color (decimal): -3635325 or 8619976. OLE color: 8619976.

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

Color convert

RGB200135131-
CMYK00.320.340.22
HSL3.48º38.55%64.9%-
HSV(B)3.48º34.5%78.43%-
XYZ36.5831.2525.58-
YUV153.98115.03160.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.92%
GREEN value IS 135 (53.12% from 255) = 28.97%
BLUE value IS 131 (51.56% from 255) = 28.11%
R=42.92%
G=28.97%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013513100.320.340.223.4838.5564.9
HexC88783020221632741
Octal3102072030404226347101
Binary110010001000011110000011010000010001010110111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88783; }

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

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

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

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

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

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

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

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