#C894A4

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

Shades of Viola #C894A4

Tints of Viola #C894A4

Color information

#C894A4 (or 0xC894A4) is unknown color: approx Viola. HEX triplet: C8, 94 and A4. RGB value is (200,148,164). Sum of RGB (Red+Green+Blue) = 200+148+164=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 164 (64.45% from 255 or 32.03% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C894A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C894A4 is #376B5B. Grayscale: #A5A5A5. Windows color (decimal): -3631964 or 10785992. OLE color: 10785992.

HSL color Cylindrical-coordinate representation of color #C894A4: hue angle of 341.54º 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 #C894A4 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB200148164-
CMYK00.260.180.22
HSL341.54º32.1%68.24%-
HSV(B)341.54º26%78.43%-
XYZ41.1136.1439.93-
YUV165.37127.23152.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.06%
GREEN value IS 148 (58.20% from 255) = 28.91%
BLUE value IS 164 (64.45% from 255) = 32.03%
R=39.06%
G=28.91%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014816400.260.180.22341.5432.168.24
HexC894A401A12161562044
Octal310224244032222652640104
Binary11001000100101001010010001101010010101101010101101000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C894A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C894A4; }

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

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

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

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

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

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

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

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