#C88481

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

Shades of Oriental Pink #C88481

Tints of Oriental Pink #C88481

Color information

#C88481 (or 0xC88481) is unknown color: approx Oriental Pink. HEX triplet: C8, 84 and 81. RGB value is (200,132,129). Sum of RGB (Red+Green+Blue) = 200+132+129=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C88481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88481 is #377B7E. Grayscale: #989898. Windows color (decimal): -3636095 or 8488136. OLE color: 8488136.

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

Color convert

RGB200132129-
CMYK00.340.360.22
HSL2.54º39.23%64.51%-
HSV(B)2.54º35.5%78.43%-
XYZ36.0330.3724.73-
YUV151.99115.03162.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.38%
GREEN value IS 132 (51.95% from 255) = 28.63%
BLUE value IS 129 (50.78% from 255) = 27.98%
R=43.38%
G=28.63%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013212900.340.360.222.5439.2364.51
HexC88481022241632741
Octal3102042010424426347101
Binary110010001000010010000001010001010010010110111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88481; }

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

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

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

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

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

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

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

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