#CC88AA

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

Shades of Viola #CC88AA

Tints of Viola #CC88AA

Color information

#CC88AA (or 0xCC88AA) is unknown color: approx Viola. HEX triplet: CC, 88 and AA. RGB value is (204,136,170). Sum of RGB (Red+Green+Blue) = 204+136+170=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CC88AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC88AA is #337755. Grayscale: #A0A0A0. Windows color (decimal): -3372886 or 11176140. OLE color: 11176140.

HSL color Cylindrical-coordinate representation of color #CC88AA: hue angle of 330º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC88AA is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB204136170-
CMYK00.330.170.2
HSL330º40%66.67%-
HSV(B)330º33.33%80%-
XYZ40.9633.3542.31-
YUV160.21133.53159.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 136 (53.52% from 255) = 26.67%
BLUE value IS 170 (66.80% from 255) = 33.33%
R=40%
G=26.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413617000.330.170.23304066.67
HexCC88AA021111414a2843
Octal314210252041212451250103
Binary110011001000100010101010010000110001101001010010101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC88AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC88AA; }

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

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

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

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

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

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

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

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