#C88B84

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

Shades of Oriental Pink #C88B84

Tints of Oriental Pink #C88B84

Color information

#C88B84 (or 0xC88B84) is unknown color: approx Oriental Pink. HEX triplet: C8, 8B and 84. RGB value is (200,139,132). Sum of RGB (Red+Green+Blue) = 200+139+132=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88B84 is #37747B. Grayscale: #9C9C9C. Windows color (decimal): -3634300 or 8686536. OLE color: 8686536.

HSL color Cylindrical-coordinate representation of color #C88B84: hue angle of 6.18º degrees, saturation: 0.38, 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 #C88B84 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB200139132-
CMYK00.300.340.22
HSL6.18º38.2%65.1%-
HSV(B)6.18º34%78.43%-
XYZ37.2232.4126.12-
YUV156.44114.21159.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.46%
GREEN value IS 139 (54.69% from 255) = 29.51%
BLUE value IS 132 (51.95% from 255) = 28.03%
R=42.46%
G=29.51%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013913200.300.340.226.1838.265.1
HexC88B8401E221662641
Octal3102132040364226646101
Binary110010001000101110000100011110100010101101101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88B84; }

 p { color: rgb(200,139,132); }

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

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

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

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

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

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

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