#CA98BD

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

Shades of Lily #CA98BD

Tints of Lily #CA98BD

Color information

#CA98BD (or 0xCA98BD) is unknown color: approx Lily. HEX triplet: CA, 98 and BD. RGB value is (202,152,189). Sum of RGB (Red+Green+Blue) = 202+152+189=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CA98BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA98BD is #356742. Grayscale: #ABABAB. Windows color (decimal): -3499843 or 12425418. OLE color: 12425418.

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

Color convert

RGB202152189-
CMYK00.250.060.21
HSL315.6º32.05%69.41%-
HSV(B)315.6º24.75%79.22%-
XYZ44.7738.6953.25-
YUV171.17138.06149.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.20%
GREEN value IS 152 (59.77% from 255) = 27.99%
BLUE value IS 189 (74.22% from 255) = 34.81%
R=37.20%
G=27.99%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215218900.250.060.21315.632.0569.41
HexCA98BD01961513c2045
Octal31223027503162547440105
Binary110010101001100010111101011001110101011001111001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA98BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA98BD; }

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

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

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

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

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

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

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

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