#C596A7

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

Shades of Viola #C596A7

Tints of Viola #C596A7

Color information

#C596A7 (or 0xC596A7) is unknown color: approx Viola. HEX triplet: C5, 96 and A7. RGB value is (197,150,167). Sum of RGB (Red+Green+Blue) = 197+150+167=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 167 (65.62% from 255 or 32.49% from 514); Max value from RGB is 197 - color contains mainly: red. Hex color #C596A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C596A7 is #3A6958. Grayscale: #A5A5A5. Windows color (decimal): -3828057 or 10983109. OLE color: 10983109.

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

Color convert

RGB197150167-
CMYK00.240.150.23
HSL338.3º28.83%68.04%-
HSV(B)338.3º23.86%77.25%-
XYZ40.9136.4741.44-
YUV165.99128.57150.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.33%
GREEN value IS 150 (58.98% from 255) = 29.18%
BLUE value IS 167 (65.62% from 255) = 32.49%
R=38.33%
G=29.18%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715016700.240.150.23338.328.8368.04
HexC596A7018F171521d44
Octal305226247030172752235104
Binary110001011001011010100111011000111110111101010010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C596A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C596A7; }

 p { color: rgb(197,150,167); }

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

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

 a { background-color: rgb(197,150,167); }

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

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

 span { border-color: rgb(197,150,167); }

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