#CA96AB

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

Shades of Viola #CA96AB

Tints of Viola #CA96AB

Color information

#CA96AB (or 0xCA96AB) is unknown color: approx Viola. HEX triplet: CA, 96 and AB. RGB value is (202,150,171). Sum of RGB (Red+Green+Blue) = 202+150+171=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CA96AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA96AB is #356954. Grayscale: #A7A7A7. Windows color (decimal): -3500373 or 11245258. OLE color: 11245258.

HSL color Cylindrical-coordinate representation of color #CA96AB: hue angle of 335.77º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CA96AB is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB202150171-
CMYK00.260.150.21
HSL335.77º32.91%69.02%-
HSV(B)335.77º25.74%79.22%-
XYZ42.6137.3143.48-
YUV167.94129.73152.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.62%
GREEN value IS 150 (58.98% from 255) = 28.68%
BLUE value IS 171 (67.19% from 255) = 32.70%
R=38.62%
G=28.68%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215017100.260.150.21335.7732.9169.02
HexCA96AB01AF151502145
Octal312226253032172552041105
Binary1100101010010110101010110110101111101011010100001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA96AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA96AB; }

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

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

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

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

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

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

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

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