#C894A6

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

Shades of Viola #C894A6

Tints of Viola #C894A6

Color information

#C894A6 (or 0xC894A6) is unknown color: approx Viola. HEX triplet: C8, 94 and A6. RGB value is (200,148,166). Sum of RGB (Red+Green+Blue) = 200+148+166=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C894A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C894A6 is #376B59. Grayscale: #A5A5A5. Windows color (decimal): -3631962 or 10917064. OLE color: 10917064.

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

Color convert

RGB200148166-
CMYK00.260.170.22
HSL339.23º32.1%68.24%-
HSV(B)339.23º26%78.43%-
XYZ41.2936.2140.89-
YUV165.6128.23152.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.91%
GREEN value IS 148 (58.20% from 255) = 28.79%
BLUE value IS 166 (65.23% from 255) = 32.30%
R=38.91%
G=28.79%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014816600.260.170.22339.2332.168.24
HexC894A601A11161532044
Octal310224246032212652340104
Binary11001000100101001010011001101010001101101010100111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C894A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C894A6; }

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

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

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

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

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

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

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

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