#C88482

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

Shades of Oriental Pink #C88482

Tints of Oriental Pink #C88482

Color information

#C88482 (or 0xC88482) is unknown color: approx Oriental Pink. HEX triplet: C8, 84 and 82. RGB value is (200,132,130). Sum of RGB (Red+Green+Blue) = 200+132+130=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C88482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88482 is #377B7D. Grayscale: #989898. Windows color (decimal): -3636094 or 8553672. OLE color: 8553672.

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

Color convert

RGB200132130-
CMYK00.340.350.22
HSL1.71º38.89%64.71%-
HSV(B)1.71º35%78.43%-
XYZ36.130.3925.08-
YUV152.1115.53162.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.29%
GREEN value IS 132 (51.95% from 255) = 28.57%
BLUE value IS 130 (51.17% from 255) = 28.14%
R=43.29%
G=28.57%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013213000.340.350.221.7138.8964.71
HexC88482022231622741
Octal3102042020424326247101
Binary110010001000010010000010010001010001110110101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88482; }

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

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

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

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

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

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

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

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