#CA99AA

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

Shades of Viola #CA99AA

Tints of Viola #CA99AA

Color information

#CA99AA (or 0xCA99AA) is unknown color: approx Viola. HEX triplet: CA, 99 and AA. RGB value is (202,153,170). Sum of RGB (Red+Green+Blue) = 202+153+170=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CA99AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA99AA is #356655. Grayscale: #A9A9A9. Windows color (decimal): -3499606 or 11180490. OLE color: 11180490.

HSL color Cylindrical-coordinate representation of color #CA99AA: hue angle of 339.18º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CA99AA is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB202153170-
CMYK00.240.160.21
HSL339.18º31.61%69.61%-
HSV(B)339.18º24.26%79.22%-
XYZ4338.2443.14-
YUV169.59128.23151.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 153 (60.16% from 255) = 29.14%
BLUE value IS 170 (66.80% from 255) = 32.38%
R=38.48%
G=29.14%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215317000.240.160.21339.1831.6169.61
HexCA99AA01810151532046
Octal312231252030202552340106
Binary11001010100110011010101001100010000101011010100111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA99AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA99AA; }

 p { color: rgb(202,153,170); }

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

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

 a { background-color: rgb(202,153,170); }

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

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

 span { border-color: rgb(202,153,170); }

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