#CA8FB6

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

Shades of Lily #CA8FB6

Tints of Lily #CA8FB6

Color information

#CA8FB6 (or 0xCA8FB6) is unknown color: approx Lily. HEX triplet: CA, 8F and B6. RGB value is (202,143,182). Sum of RGB (Red+Green+Blue) = 202+143+182=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FB6 is #357049. Grayscale: #A4A4A4. Windows color (decimal): -3502154 or 11964362. OLE color: 11964362.

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

Color convert

RGB202143182-
CMYK00.290.100.21
HSL320.34º35.76%67.65%-
HSV(B)320.34º29.21%79.22%-
XYZ42.6235.5848.88-
YUV165.09137.55154.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 143 (56.25% from 255) = 27.13%
BLUE value IS 182 (71.48% from 255) = 34.54%
R=38.33%
G=27.13%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214318200.290.100.21320.3435.7667.65
HexCA8FB601DA151402444
Octal312217266035122550044104
Binary1100101010001111101101100111011010101011010000001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8FB6; }

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

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

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

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

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

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

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

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