#CA99AB

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

Shades of Viola #CA99AB

Tints of Viola #CA99AB

Color information

#CA99AB (or 0xCA99AB) is unknown color: approx Viola. HEX triplet: CA, 99 and AB. RGB value is (202,153,171). Sum of RGB (Red+Green+Blue) = 202+153+171=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CA99AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA99AB is #356654. Grayscale: #A9A9A9. Windows color (decimal): -3499605 or 11246026. OLE color: 11246026.

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

Color convert

RGB202153171-
CMYK00.240.150.21
HSL337.96º31.61%69.61%-
HSV(B)337.96º24.26%79.22%-
XYZ43.138.2843.65-
YUV169.7128.73151.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 153 (60.16% from 255) = 29.09%
BLUE value IS 171 (67.19% from 255) = 32.51%
R=38.40%
G=29.09%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215317100.240.150.21337.9631.6169.61
HexCA99AB018F151522046
Octal312231253030172552240106
Binary1100101010011001101010110110001111101011010100101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA99AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA99AB; }

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

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

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

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

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

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

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

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