#CC95AB

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

Shades of Viola #CC95AB

Tints of Viola #CC95AB

Color information

#CC95AB (or 0xCC95AB) is unknown color: approx Viola. HEX triplet: CC, 95 and AB. RGB value is (204,149,171). Sum of RGB (Red+Green+Blue) = 204+149+171=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CC95AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC95AB is #336A54. Grayscale: #A7A7A7. Windows color (decimal): -3369557 or 11245004. OLE color: 11245004.

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

Color convert

RGB204149171-
CMYK00.270.160.2
HSL336º35.03%69.22%-
HSV(B)336º26.96%80%-
XYZ4337.2743.46-
YUV167.95129.72153.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 149 (58.59% from 255) = 28.44%
BLUE value IS 171 (67.19% from 255) = 32.63%
R=38.93%
G=28.44%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414917100.270.160.233635.0369.22
HexCC95AB01B10141502345
Octal314225253033202452043105
Binary11001100100101011010101101101110000101001010100001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC95AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC95AB; }

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

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

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

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

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

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

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

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