#CC96A8

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

Shades of Viola #CC96A8

Tints of Viola #CC96A8

Color information

#CC96A8 (or 0xCC96A8) is unknown color: approx Viola. HEX triplet: CC, 96 and A8. RGB value is (204,150,168). Sum of RGB (Red+Green+Blue) = 204+150+168=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CC96A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC96A8 is #336957. Grayscale: #A8A8A8. Windows color (decimal): -3369304 or 11048652. OLE color: 11048652.

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

Color convert

RGB204150168-
CMYK00.260.180.2
HSL340º34.62%69.41%-
HSV(B)340º26.47%80%-
XYZ42.8837.4842.02-
YUV168.2127.89153.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.08%
GREEN value IS 150 (58.98% from 255) = 28.74%
BLUE value IS 168 (66.02% from 255) = 32.18%
R=39.08%
G=28.74%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415016800.260.180.234034.6269.41
HexCC96A801A12141542345
Octal314226250032222452443105
Binary11001100100101101010100001101010010101001010101001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC96A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC96A8; }

 p { color: rgb(204,150,168); }

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

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

 a { background-color: rgb(204,150,168); }

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

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

 span { border-color: rgb(204,150,168); }

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