#CC96A4

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

Shades of Viola #CC96A4

Tints of Viola #CC96A4

Color information

#CC96A4 (or 0xCC96A4) is unknown color: approx Viola. HEX triplet: CC, 96 and A4. RGB value is (204,150,164). Sum of RGB (Red+Green+Blue) = 204+150+164=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CC96A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC96A4 is #33695B. Grayscale: #A7A7A7. Windows color (decimal): -3369308 or 10786508. OLE color: 10786508.

HSL color Cylindrical-coordinate representation of color #CC96A4: hue angle of 344.44º 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 #CC96A4 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB204150164-
CMYK00.260.200.2
HSL344.44º34.62%69.41%-
HSV(B)344.44º26.47%80%-
XYZ42.5137.3340.09-
YUV167.74125.89153.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.38%
GREEN value IS 150 (58.98% from 255) = 28.96%
BLUE value IS 164 (64.45% from 255) = 31.66%
R=39.38%
G=28.96%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415016400.260.200.2344.4434.6269.41
HexCC96A401A14141582345
Octal314226244032242453043105
Binary11001100100101101010010001101010100101001010110001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC96A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC96A4; }

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

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

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

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

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

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

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

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