#CC98AA

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

Shades of Viola #CC98AA

Tints of Viola #CC98AA

Color information

#CC98AA (or 0xCC98AA) is unknown color: approx Viola. HEX triplet: CC, 98 and AA. RGB value is (204,152,170). Sum of RGB (Red+Green+Blue) = 204+152+170=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CC98AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC98AA is #336755. Grayscale: #A9A9A9. Windows color (decimal): -3368790 or 11180236. OLE color: 11180236.

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

Color convert

RGB204152170-
CMYK00.250.170.2
HSL339.23º33.77%69.8%-
HSV(B)339.23º25.49%80%-
XYZ43.3938.243.12-
YUV169.6128.23152.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.78%
GREEN value IS 152 (59.77% from 255) = 28.90%
BLUE value IS 170 (66.80% from 255) = 32.32%
R=38.78%
G=28.90%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415217000.250.170.2339.2333.7769.8
HexCC98AA01911141532246
Octal314230252031212452342106
Binary11001100100110001010101001100110001101001010100111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC98AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC98AA; }

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

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

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

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

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

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

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

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