#CA95B0

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

Shades of Lily #CA95B0

Tints of Lily #CA95B0

Color information

#CA95B0 (or 0xCA95B0) is unknown color: approx Lily. HEX triplet: CA, 95 and B0. RGB value is (202,149,176). Sum of RGB (Red+Green+Blue) = 202+149+176=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CA95B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA95B0 is #356A4F. Grayscale: #A7A7A7. Windows color (decimal): -3500624 or 11572682. OLE color: 11572682.

HSL color Cylindrical-coordinate representation of color #CA95B0: hue angle of 329.43º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CA95B0 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB202149176-
CMYK00.260.130.21
HSL329.43º33.33%68.82%-
HSV(B)329.43º26.24%79.22%-
XYZ42.9437.1945.99-
YUV167.92132.56152.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 149 (58.59% from 255) = 28.27%
BLUE value IS 176 (69.14% from 255) = 33.40%
R=38.33%
G=28.27%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214917600.260.130.21329.4333.3368.82
HexCA95B001AD151492145
Octal312225260032152551141105
Binary1100101010010101101100000110101101101011010010011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA95B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA95B0; }

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

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

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

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

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

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

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

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