#C595A1

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

Shades of Viola #C595A1

Tints of Viola #C595A1

Color information

#C595A1 (or 0xC595A1) is unknown color: approx Viola. HEX triplet: C5, 95 and A1. RGB value is (197,149,161). Sum of RGB (Red+Green+Blue) = 197+149+161=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C595A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C595A1 is #3A6A5E. Grayscale: #A4A4A4. Windows color (decimal): -3828319 or 10589637. OLE color: 10589637.

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

Color convert

RGB197149161-
CMYK00.240.180.23
HSL345º29.27%67.84%-
HSV(B)345º24.37%77.25%-
XYZ40.2135.9438.54-
YUV164.72125.9151.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.86%
GREEN value IS 149 (58.59% from 255) = 29.39%
BLUE value IS 161 (63.28% from 255) = 31.76%
R=38.86%
G=29.39%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714916100.240.180.2334529.2767.84
HexC595A101812171591d44
Octal305225241030222753135104
Binary1100010110010101101000010110001001010111101011001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C595A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C595A1; }

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

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

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

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

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

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

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

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