#c595a3

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

Shades of Viola #C595A3

Tints of Viola #C595A3

Color information

#C595A3 (or 0xC595A3) is unknown color: approx Viola. HEX triplet: C5, 95 and A3. RGB value is (197,149,163). Sum of RGB (Red+Green+Blue) = 197+149+163=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 163 (64.06% from 255 or 32.02% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C595A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C595A3 is #3A6A5C. Grayscale: #A4A4A4. Windows color (decimal): -3828317 or 10720709. OLE color: 10720709.

HSL color Cylindrical-coordinate representation of color #C595A3: hue angle of 342.5º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C595A3 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB197149163-
CMYK00.240.170.23
HSL342.5º29.27%67.84%-
HSV(B)342.5º24.37%77.25%-
XYZ40.3836.0139.47-
YUV164.95126.9150.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.70%
GREEN value IS 149 (58.59% from 255) = 29.27%
BLUE value IS 163 (64.06% from 255) = 32.02%
R=38.70%
G=29.27%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714916300.240.170.23342.529.2767.84
HexC595A301811171561d44
Octal305225243030212752635104
Binary1100010110010101101000110110001000110111101010110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c595a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c595a3; }

 p { color: rgb(197,149,163); }

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

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

 a { background-color: rgb(197,149,163); }

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

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

 span { border-color: rgb(197,149,163); }

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