#CC8BA9

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

Shades of Viola #CC8BA9

Tints of Viola #CC8BA9

Color information

#CC8BA9 (or 0xCC8BA9) is unknown color: approx Viola. HEX triplet: CC, 8B and A9. RGB value is (204,139,169). Sum of RGB (Red+Green+Blue) = 204+139+169=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8BA9 is #337456. Grayscale: #A1A1A1. Windows color (decimal): -3372119 or 11111372. OLE color: 11111372.

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

Color convert

RGB204139169-
CMYK00.320.170.2
HSL332.31º38.92%67.25%-
HSV(B)332.31º31.86%80%-
XYZ41.334.1741.95-
YUV161.85132.03158.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 139 (54.69% from 255) = 27.15%
BLUE value IS 169 (66.41% from 255) = 33.01%
R=39.84%
G=27.15%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413916900.320.170.2332.3138.9267.25
HexCC8BA9020111414c2743
Octal314213251040212451447103
Binary110011001000101110101001010000010001101001010011001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8BA9; }

 p { color: rgb(204,139,169); }

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

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

 a { background-color: rgb(204,139,169); }

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

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

 span { border-color: rgb(204,139,169); }

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