#C886A5

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

Shades of Viola #C886A5

Tints of Viola #C886A5

Color information

#C886A5 (or 0xC886A5) is unknown color: approx Viola. HEX triplet: C8, 86 and A5. RGB value is (200,134,165). Sum of RGB (Red+Green+Blue) = 200+134+165=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 165 (64.84% from 255 or 33.07% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C886A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C886A5 is #37795A. Grayscale: #9D9D9D. Windows color (decimal): -3635547 or 10847944. OLE color: 10847944.

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

Color convert

RGB200134165-
CMYK00.330.180.22
HSL331.82º37.5%65.49%-
HSV(B)331.82º33%78.43%-
XYZ39.1432.0539.72-
YUV157.27132.37158.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.08%
GREEN value IS 134 (52.73% from 255) = 26.85%
BLUE value IS 165 (64.84% from 255) = 33.07%
R=40.08%
G=26.85%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013416500.330.180.22331.8237.565.49
HexC886A5021121614c2641
Octal310206245041222651446101
Binary110010001000011010100101010000110010101101010011001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C886A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C886A5; }

 p { color: rgb(200,134,165); }

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

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

 a { background-color: rgb(200,134,165); }

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

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

 span { border-color: rgb(200,134,165); }

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