#CA98B4

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

Shades of Lily #CA98B4

Tints of Lily #CA98B4

Color information

#CA98B4 (or 0xCA98B4) is unknown color: approx Lily. HEX triplet: CA, 98 and B4. RGB value is (202,152,180). Sum of RGB (Red+Green+Blue) = 202+152+180=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CA98B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA98B4 is #35674B. Grayscale: #AAAAAA. Windows color (decimal): -3499852 or 11835594. OLE color: 11835594.

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

Color convert

RGB202152180-
CMYK00.250.110.21
HSL326.4º32.05%69.41%-
HSV(B)326.4º24.75%79.22%-
XYZ43.8238.3148.26-
YUV170.14133.56150.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 152 (59.77% from 255) = 28.46%
BLUE value IS 180 (70.70% from 255) = 33.71%
R=37.83%
G=28.46%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215218000.250.110.21326.432.0569.41
HexCA98B4019B151462045
Octal312230264031132550640105
Binary1100101010011000101101000110011011101011010001101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA98B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA98B4; }

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

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

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

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

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

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

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

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