#CC91AB

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

Shades of Viola #CC91AB

Tints of Viola #CC91AB

Color information

#CC91AB (or 0xCC91AB) is unknown color: approx Viola. HEX triplet: CC, 91 and AB. RGB value is (204,145,171). Sum of RGB (Red+Green+Blue) = 204+145+171=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CC91AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC91AB is #336E54. Grayscale: #A5A5A5. Windows color (decimal): -3370581 or 11243980. OLE color: 11243980.

HSL color Cylindrical-coordinate representation of color #CC91AB: hue angle of 333.56º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC91AB is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB204145171-
CMYK00.290.160.2
HSL333.56º36.65%68.43%-
HSV(B)333.56º28.92%80%-
XYZ42.3836.0343.25-
YUV165.6131.05155.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.23%
GREEN value IS 145 (57.03% from 255) = 27.88%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=39.23%
G=27.88%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414517100.290.160.2333.5636.6568.43
HexCC91AB01D101414e2544
Octal314221253035202451645104
Binary11001100100100011010101101110110000101001010011101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC91AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC91AB; }

 p { color: rgb(204,145,171); }

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

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

 a { background-color: rgb(204,145,171); }

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

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

 span { border-color: rgb(204,145,171); }

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