#CA8CB3

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

Shades of Lily #CA8CB3

Tints of Lily #CA8CB3

Color information

#CA8CB3 (or 0xCA8CB3) is unknown color: approx Lily. HEX triplet: CA, 8C and B3. RGB value is (202,140,179). Sum of RGB (Red+Green+Blue) = 202+140+179=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8CB3 is #35734C. Grayscale: #A2A2A2. Windows color (decimal): -3502925 or 11766986. OLE color: 11766986.

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

Color convert

RGB202140179-
CMYK00.310.110.21
HSL322.26º36.9%67.06%-
HSV(B)322.26º30.69%79.22%-
XYZ41.8734.5747.11-
YUV162.98137.04155.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 140 (55.08% from 255) = 26.87%
BLUE value IS 179 (70.31% from 255) = 34.36%
R=38.77%
G=26.87%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214017900.310.110.21322.2636.967.06
HexCA8CB301FB151422543
Octal312214263037132550245103
Binary1100101010001100101100110111111011101011010000101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8CB3; }

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

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

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

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

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

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

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

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