#CC87AA

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

Shades of Viola #CC87AA

Tints of Viola #CC87AA

Color information

#CC87AA (or 0xCC87AA) is unknown color: approx Viola. HEX triplet: CC, 87 and AA. RGB value is (204,135,170). Sum of RGB (Red+Green+Blue) = 204+135+170=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC87AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC87AA is #337855. Grayscale: #9F9F9F. Windows color (decimal): -3373142 or 11175884. OLE color: 11175884.

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

Color convert

RGB204135170-
CMYK00.340.170.2
HSL329.57º40.35%66.47%-
HSV(B)329.57º33.82%80%-
XYZ40.8233.0742.26-
YUV159.62133.86159.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 135 (53.12% from 255) = 26.52%
BLUE value IS 170 (66.80% from 255) = 33.40%
R=40.08%
G=26.52%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413517000.340.170.2329.5740.3566.47
HexCC87AA022111414a2842
Octal314207252042212451250102
Binary110011001000011110101010010001010001101001010010101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC87AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC87AA; }

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

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

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

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

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

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

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

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