#C895AA

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

Shades of Viola #C895AA

Tints of Viola #C895AA

Color information

#C895AA (or 0xC895AA) is unknown color: approx Viola. HEX triplet: C8, 95 and AA. RGB value is (200,149,170). Sum of RGB (Red+Green+Blue) = 200+149+170=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C895AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C895AA is #376A55. Grayscale: #A6A6A6. Windows color (decimal): -3631702 or 11179464. OLE color: 11179464.

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

Color convert

RGB200149170-
CMYK00.260.150.22
HSL335.29º31.68%68.43%-
HSV(B)335.29º25.5%78.43%-
XYZ41.8236.6842.91-
YUV166.64129.9151.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.54%
GREEN value IS 149 (58.59% from 255) = 28.71%
BLUE value IS 170 (66.80% from 255) = 32.76%
R=38.54%
G=28.71%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014917000.260.150.22335.2931.6868.43
HexC895AA01AF1614f2044
Octal310225252032172651740104
Binary1100100010010101101010100110101111101101010011111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C895AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C895AA; }

 p { color: rgb(200,149,170); }

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

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

 a { background-color: rgb(200,149,170); }

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

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

 span { border-color: rgb(200,149,170); }

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