#CA98AD

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

Shades of Lily #CA98AD

Tints of Lily #CA98AD

Color information

#CA98AD (or 0xCA98AD) is unknown color: approx Lily. HEX triplet: CA, 98 and AD. RGB value is (202,152,173). Sum of RGB (Red+Green+Blue) = 202+152+173=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CA98AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA98AD is #356752. Grayscale: #A9A9A9. Windows color (decimal): -3499859 or 11376842. OLE color: 11376842.

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

Color convert

RGB202152173-
CMYK00.250.140.21
HSL334.8º32.05%69.41%-
HSV(B)334.8º24.75%79.22%-
XYZ43.1338.0344.6-
YUV169.34130.06151.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 152 (59.77% from 255) = 28.84%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=38.33%
G=28.84%
B=32.83%

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
Decimal20215217300.250.140.21334.832.0569.41
HexCA98AD019E1514f2045
Octal312230255031162551740105
Binary1100101010011000101011010110011110101011010011111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA98AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA98AD; }

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

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

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

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

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

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

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

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