#CA98B8

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

Shades of Lily #CA98B8

Tints of Lily #CA98B8

Color information

#CA98B8 (or 0xCA98B8) is unknown color: approx Lily. HEX triplet: CA, 98 and B8. RGB value is (202,152,184). Sum of RGB (Red+Green+Blue) = 202+152+184=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 184 (72.27% from 255 or 34.20% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CA98B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA98B8 is #356747. Grayscale: #AAAAAA. Windows color (decimal): -3499848 or 12097738. OLE color: 12097738.

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

Color convert

RGB202152184-
CMYK00.250.090.21
HSL321.6º32.05%69.41%-
HSV(B)321.6º24.75%79.22%-
XYZ44.2438.4750.44-
YUV170.6135.56150.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 152 (59.77% from 255) = 28.25%
BLUE value IS 184 (72.27% from 255) = 34.20%
R=37.55%
G=28.25%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215218400.250.090.21321.632.0569.41
HexCA98B80199151422045
Octal312230270031112550240105
Binary1100101010011000101110000110011001101011010000101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA98B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA98B8; }

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

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

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

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

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

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

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

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