#C895A0

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

Shades of Viola #C895A0

Tints of Viola #C895A0

Color information

#C895A0 (or 0xC895A0) is unknown color: approx Viola. HEX triplet: C8, 95 and A0. RGB value is (200,149,160). Sum of RGB (Red+Green+Blue) = 200+149+160=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C895A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C895A0 is #376A5F. Grayscale: #A5A5A5. Windows color (decimal): -3631712 or 10524104. OLE color: 10524104.

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

Color convert

RGB200149160-
CMYK00.260.20.22
HSL347.06º31.68%68.43%-
HSV(B)347.06º25.5%78.43%-
XYZ40.9136.3138.11-
YUV165.5124.9152.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.29%
GREEN value IS 149 (58.59% from 255) = 29.27%
BLUE value IS 160 (62.89% from 255) = 31.43%
R=39.29%
G=29.27%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.2
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014916000.260.20.22347.0631.6868.43
HexC895A001A141615b2044
Octal310225240032242653340104
Binary11001000100101011010000001101010100101101010110111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C895A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C895A0; }

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

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

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

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

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

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

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

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