#C888A0

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

Shades of Viola #C888A0

Tints of Viola #C888A0

Color information

#C888A0 (or 0xC888A0) is unknown color: approx Viola. HEX triplet: C8, 88 and A0. RGB value is (200,136,160). Sum of RGB (Red+Green+Blue) = 200+136+160=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C888A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C888A0 is #37775F. Grayscale: #9D9D9D. Windows color (decimal): -3635040 or 10520776. OLE color: 10520776.

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

Color convert

RGB200136160-
CMYK00.320.20.22
HSL337.5º36.78%65.88%-
HSV(B)337.5º32%78.43%-
XYZ38.9732.4337.46-
YUV157.87129.2158.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.32%
GREEN value IS 136 (53.52% from 255) = 27.42%
BLUE value IS 160 (62.89% from 255) = 32.26%
R=40.32%
G=27.42%
B=32.26%

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
Decimal20013616000.320.20.22337.536.7865.88
HexC888A002014161522542
Octal310210240040242652245102
Binary110010001000100010100000010000010100101101010100101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C888A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C888A0; }

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

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

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

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

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

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

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

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