#C895A4

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

Shades of Viola #C895A4

Tints of Viola #C895A4

Color information

#C895A4 (or 0xC895A4) is unknown color: approx Viola. HEX triplet: C8, 95 and A4. RGB value is (200,149,164). Sum of RGB (Red+Green+Blue) = 200+149+164=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 164 (64.45% from 255 or 31.97% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C895A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C895A4 is #376A5B. Grayscale: #A5A5A5. Windows color (decimal): -3631708 or 10786248. OLE color: 10786248.

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

Color convert

RGB200149164-
CMYK00.260.180.22
HSL342.35º31.68%68.43%-
HSV(B)342.35º25.5%78.43%-
XYZ41.2736.4539.98-
YUV165.96126.9152.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.99%
GREEN value IS 149 (58.59% from 255) = 29.04%
BLUE value IS 164 (64.45% from 255) = 31.97%
R=38.99%
G=29.04%
B=31.97%

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
Decimal20014916400.260.180.22342.3531.6868.43
HexC895A401A12161562044
Octal310225244032222652640104
Binary11001000100101011010010001101010010101101010101101000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C895A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C895A4; }

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

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

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

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

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

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

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

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