#C891A1

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

Shades of Viola #C891A1

Tints of Viola #C891A1

Color information

#C891A1 (or 0xC891A1) is unknown color: approx Viola. HEX triplet: C8, 91 and A1. RGB value is (200,145,161). Sum of RGB (Red+Green+Blue) = 200+145+161=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C891A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C891A1 is #376E5E. Grayscale: #A3A3A3. Windows color (decimal): -3632735 or 10588616. OLE color: 10588616.

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

Color convert

RGB200145161-
CMYK00.280.190.22
HSL342.55º33.33%67.65%-
HSV(B)342.55º27.5%78.43%-
XYZ40.3835.138.37-
YUV163.27126.72154.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.53%
GREEN value IS 145 (57.03% from 255) = 28.66%
BLUE value IS 161 (63.28% from 255) = 31.82%
R=39.53%
G=28.66%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014516100.280.190.22342.5533.3367.65
HexC891A101C13161572144
Octal310221241034232652741104
Binary11001000100100011010000101110010011101101010101111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C891A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C891A1; }

 p { color: rgb(200,145,161); }

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

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

 a { background-color: rgb(200,145,161); }

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

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

 span { border-color: rgb(200,145,161); }

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