#CE95A5

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

Shades of Viola #CE95A5

Tints of Viola #CE95A5

Color information

#CE95A5 (or 0xCE95A5) is unknown color: approx Viola. HEX triplet: CE, 95 and A5. RGB value is (206,149,165). Sum of RGB (Red+Green+Blue) = 206+149+165=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CE95A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE95A5 is #316A5A. Grayscale: #A7A7A7. Windows color (decimal): -3238491 or 10851790. OLE color: 10851790.

HSL color Cylindrical-coordinate representation of color #CE95A5: hue angle of 343.16º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE95A5 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB206149165-
CMYK00.280.200.19
HSL343.16º36.77%69.61%-
HSV(B)343.16º27.67%80.78%-
XYZ42.9937.3340.54-
YUV167.87126.38155.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.62%
GREEN value IS 149 (58.59% from 255) = 28.65%
BLUE value IS 165 (64.84% from 255) = 31.73%
R=39.62%
G=28.65%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614916500.280.200.19343.1636.7769.61
HexCE95A501C14131572546
Octal316225245034242352745106
Binary11001110100101011010010101110010100100111010101111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE95A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE95A5; }

 p { color: rgb(206,149,165); }

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

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

 a { background-color: rgb(206,149,165); }

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

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

 span { border-color: rgb(206,149,165); }

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