#CC8BA2

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

Shades of Viola #CC8BA2

Tints of Viola #CC8BA2

Color information

#CC8BA2 (or 0xCC8BA2) is unknown color: approx Viola. HEX triplet: CC, 8B and A2. RGB value is (204,139,162). Sum of RGB (Red+Green+Blue) = 204+139+162=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8BA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8BA2 is #33745D. Grayscale: #A1A1A1. Windows color (decimal): -3372126 or 10652620. OLE color: 10652620.

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

Color convert

RGB204139162-
CMYK00.320.210.2
HSL338.77º38.92%67.25%-
HSV(B)338.77º31.86%80%-
XYZ40.6633.9138.59-
YUV161.06128.53158.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 139 (54.69% from 255) = 27.52%
BLUE value IS 162 (63.67% from 255) = 32.08%
R=40.40%
G=27.52%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413916200.320.210.2338.7738.9267.25
HexCC8BA202015141532743
Octal314213242040252452347103
Binary110011001000101110100010010000010101101001010100111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8BA2; }

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

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

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

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

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

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

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

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