#CA8FB4

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

Shades of Lily #CA8FB4

Tints of Lily #CA8FB4

Color information

#CA8FB4 (or 0xCA8FB4) is unknown color: approx Lily. HEX triplet: CA, 8F and B4. RGB value is (202,143,180). Sum of RGB (Red+Green+Blue) = 202+143+180=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FB4 is #35704B. Grayscale: #A4A4A4. Windows color (decimal): -3502156 or 11833290. OLE color: 11833290.

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

Color convert

RGB202143180-
CMYK00.290.110.21
HSL322.37º35.76%67.65%-
HSV(B)322.37º29.21%79.22%-
XYZ42.4235.547.8-
YUV164.86136.55154.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 143 (56.25% from 255) = 27.24%
BLUE value IS 180 (70.70% from 255) = 34.29%
R=38.48%
G=27.24%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214318000.290.110.21322.3735.7667.65
HexCA8FB401DB151422444
Octal312217264035132550244104
Binary1100101010001111101101000111011011101011010000101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8FB4; }

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

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

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

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

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

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

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

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