#CA8FAB

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

Shades of Lily #CA8FAB

Tints of Lily #CA8FAB

Color information

#CA8FAB (or 0xCA8FAB) is unknown color: approx Lily. HEX triplet: CA, 8F and AB. RGB value is (202,143,171). Sum of RGB (Red+Green+Blue) = 202+143+171=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8FAB is #357054. Grayscale: #A3A3A3. Windows color (decimal): -3502165 or 11243466. OLE color: 11243466.

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

Color convert

RGB202143171-
CMYK00.290.150.21
HSL331.53º35.76%67.65%-
HSV(B)331.53º29.21%79.22%-
XYZ41.5335.1443.12-
YUV163.83132.05155.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.15%
GREEN value IS 143 (56.25% from 255) = 27.71%
BLUE value IS 171 (67.19% from 255) = 33.14%
R=39.15%
G=27.71%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214317100.290.150.21331.5335.7667.65
HexCA8FAB01DF1514c2444
Octal312217253035172551444104
Binary1100101010001111101010110111011111101011010011001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8FAB; }

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

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

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

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

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

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

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

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