#CC8CA4

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

Shades of Viola #CC8CA4

Tints of Viola #CC8CA4

Color information

#CC8CA4 (or 0xCC8CA4) is unknown color: approx Viola. HEX triplet: CC, 8C and A4. RGB value is (204,140,164). Sum of RGB (Red+Green+Blue) = 204+140+164=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 164 (64.45% from 255 or 32.28% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8CA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8CA4 is #33735B. Grayscale: #A1A1A1. Windows color (decimal): -3371868 or 10783948. OLE color: 10783948.

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

Color convert

RGB204140164-
CMYK00.310.200.2
HSL337.5º38.55%67.45%-
HSV(B)337.5º31.37%80%-
XYZ40.9834.2739.58-
YUV161.87129.2158.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.16%
GREEN value IS 140 (55.08% from 255) = 27.56%
BLUE value IS 164 (64.45% from 255) = 32.28%
R=40.16%
G=27.56%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414016400.310.200.2337.538.5567.45
HexCC8CA401F14141522743
Octal314214244037242452247103
Binary11001100100011001010010001111110100101001010100101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8CA4; }

 p { color: rgb(204,140,164); }

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

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

 a { background-color: rgb(204,140,164); }

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

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

 span { border-color: rgb(204,140,164); }

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