#C887A0

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

Shades of Viola #C887A0

Tints of Viola #C887A0

Color information

#C887A0 (or 0xC887A0) is unknown color: approx Viola. HEX triplet: C8, 87 and A0. RGB value is (200,135,160). Sum of RGB (Red+Green+Blue) = 200+135+160=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C887A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C887A0 is #37785F. Grayscale: #9D9D9D. Windows color (decimal): -3635296 or 10520520. OLE color: 10520520.

HSL color Cylindrical-coordinate representation of color #C887A0: hue angle of 336.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 #C887A0 is Cyan = 0, Magento = 0.32, Yellow = 0.2 and Black (K on CMYK) = 0.22.

Color convert

RGB200135160-
CMYK00.320.20.22
HSL336.92º37.14%65.69%-
HSV(B)336.92º32.5%78.43%-
XYZ38.8332.1537.42-
YUV157.28129.53158.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.40%
GREEN value IS 135 (53.12% from 255) = 27.27%
BLUE value IS 160 (62.89% from 255) = 32.32%
R=40.40%
G=27.27%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.2
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013516000.320.20.22336.9237.1465.69
HexC887A002014161512542
Octal310207240040242652145102
Binary110010001000011110100000010000010100101101010100011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C887A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C887A0; }

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

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

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

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

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

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

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

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