#CA8FB0

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

Shades of Lily #CA8FB0

Tints of Lily #CA8FB0

Color information

#CA8FB0 (or 0xCA8FB0) is unknown color: approx Lily. HEX triplet: CA, 8F and B0. RGB value is (202,143,176). Sum of RGB (Red+Green+Blue) = 202+143+176=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8FB0 is #35704F. Grayscale: #A4A4A4. Windows color (decimal): -3502160 or 11571146. OLE color: 11571146.

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

Color convert

RGB202143176-
CMYK00.290.130.21
HSL326.44º35.76%67.65%-
HSV(B)326.44º29.21%79.22%-
XYZ42.0235.3445.68-
YUV164.4134.55154.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 143 (56.25% from 255) = 27.45%
BLUE value IS 176 (69.14% from 255) = 33.78%
R=38.77%
G=27.45%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214317600.290.130.21326.4435.7667.65
HexCA8FB001DD151462444
Octal312217260035152550644104
Binary1100101010001111101100000111011101101011010001101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8FB0; }

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

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

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

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

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

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

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

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