#CA98AE

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

Shades of Lily #CA98AE

Tints of Lily #CA98AE

Color information

#CA98AE (or 0xCA98AE) is unknown color: approx Lily. HEX triplet: CA, 98 and AE. RGB value is (202,152,174). Sum of RGB (Red+Green+Blue) = 202+152+174=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CA98AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA98AE is #356751. Grayscale: #A9A9A9. Windows color (decimal): -3499858 or 11442378. OLE color: 11442378.

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

Color convert

RGB202152174-
CMYK00.250.140.21
HSL333.6º32.05%69.41%-
HSV(B)333.6º24.75%79.22%-
XYZ43.2338.0745.11-
YUV169.46130.56151.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 152 (59.77% from 255) = 28.79%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=38.26%
G=28.79%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215217400.250.140.21333.632.0569.41
HexCA98AE019E1514e2045
Octal312230256031162551640105
Binary1100101010011000101011100110011110101011010011101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA98AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA98AE; }

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

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

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

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

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

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

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

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