#CE94A6

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

Shades of Viola #CE94A6

Tints of Viola #CE94A6

Color information

#CE94A6 (or 0xCE94A6) is unknown color: approx Viola. HEX triplet: CE, 94 and A6. RGB value is (206,148,166). Sum of RGB (Red+Green+Blue) = 206+148+166=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CE94A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE94A6 is #316B59. Grayscale: #A7A7A7. Windows color (decimal): -3238746 or 10917070. OLE color: 10917070.

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

Color convert

RGB206148166-
CMYK00.280.190.19
HSL341.38º37.18%69.41%-
HSV(B)341.38º28.16%80.78%-
XYZ42.9337.0540.97-
YUV167.39127.22155.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.62%
GREEN value IS 148 (58.20% from 255) = 28.46%
BLUE value IS 166 (65.23% from 255) = 31.92%
R=39.62%
G=28.46%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614816600.280.190.19341.3837.1869.41
HexCE94A601C13131552545
Octal316224246034232352545105
Binary11001110100101001010011001110010011100111010101011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE94A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE94A6; }

 p { color: rgb(206,148,166); }

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

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

 a { background-color: rgb(206,148,166); }

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

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

 span { border-color: rgb(206,148,166); }

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