#cc96aa

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

Shades of Viola #CC96AA

Tints of Viola #CC96AA

Color information

#CC96AA (or 0xCC96AA) is unknown color: approx Viola. HEX triplet: CC, 96 and AA. RGB value is (204,150,170). Sum of RGB (Red+Green+Blue) = 204+150+170=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CC96AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC96AA is #336955. Grayscale: #A8A8A8. Windows color (decimal): -3369302 or 11179724. OLE color: 11179724.

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

Color convert

RGB204150170-
CMYK00.260.170.2
HSL337.78º34.62%69.41%-
HSV(B)337.78º26.47%80%-
XYZ43.0637.5543.01-
YUV168.43128.89153.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 170 (66.80% from 255) = 32.44%
R=38.93%
G=28.63%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415017000.260.170.2337.7834.6269.41
HexCC96AA01A11141522345
Octal314226252032212452243105
Binary11001100100101101010101001101010001101001010100101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc96aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc96aa; }

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

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

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

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

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

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

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

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