#CC95A7

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

Shades of Viola #CC95A7

Tints of Viola #CC95A7

Color information

#CC95A7 (or 0xCC95A7) is unknown color: approx Viola. HEX triplet: CC, 95 and A7. RGB value is (204,149,167). Sum of RGB (Red+Green+Blue) = 204+149+167=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 167 (65.62% from 255 or 32.12% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CC95A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC95A7 is #336A58. Grayscale: #A7A7A7. Windows color (decimal): -3369561 or 10982860. OLE color: 10982860.

HSL color Cylindrical-coordinate representation of color #CC95A7: hue angle of 340.36º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CC95A7 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB204149167-
CMYK00.270.180.2
HSL340.36º35.03%69.22%-
HSV(B)340.36º26.96%80%-
XYZ42.6237.1241.48-
YUV167.5127.72154.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.23%
GREEN value IS 149 (58.59% from 255) = 28.65%
BLUE value IS 167 (65.62% from 255) = 32.12%
R=39.23%
G=28.65%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414916700.270.180.2340.3635.0369.22
HexCC95A701B12141542345
Octal314225247033222452443105
Binary11001100100101011010011101101110010101001010101001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC95A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC95A7; }

 p { color: rgb(204,149,167); }

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

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

 a { background-color: rgb(204,149,167); }

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

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

 span { border-color: rgb(204,149,167); }

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