#CA8CAB

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

Shades of Lily #CA8CAB

Tints of Lily #CA8CAB

Color information

#CA8CAB (or 0xCA8CAB) is unknown color: approx Lily. HEX triplet: CA, 8C and AB. RGB value is (202,140,171). Sum of RGB (Red+Green+Blue) = 202+140+171=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8CAB is #357354. Grayscale: #A2A2A2. Windows color (decimal): -3502933 or 11242698. OLE color: 11242698.

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

Color convert

RGB202140171-
CMYK00.310.150.21
HSL330º36.9%67.06%-
HSV(B)330º30.69%79.22%-
XYZ41.0934.2542.97-
YUV162.07133.04156.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 140 (55.08% from 255) = 27.29%
BLUE value IS 171 (67.19% from 255) = 33.33%
R=39.38%
G=27.29%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214017100.310.150.2133036.967.06
HexCA8CAB01FF1514a2543
Octal312214253037172551245103
Binary1100101010001100101010110111111111101011010010101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8CAB; }

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

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

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

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

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

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

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

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