#CA98AC

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

Shades of Lily #CA98AC

Tints of Lily #CA98AC

Color information

#CA98AC (or 0xCA98AC) is unknown color: approx Lily. HEX triplet: CA, 98 and AC. RGB value is (202,152,172). Sum of RGB (Red+Green+Blue) = 202+152+172=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CA98AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA98AC is #356753. Grayscale: #A9A9A9. Windows color (decimal): -3499860 or 11311306. OLE color: 11311306.

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

Color convert

RGB202152172-
CMYK00.250.150.21
HSL336º32.05%69.41%-
HSV(B)336º24.75%79.22%-
XYZ43.0337.9944.09-
YUV169.23129.56151.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 152 (59.77% from 255) = 28.90%
BLUE value IS 172 (67.58% from 255) = 32.70%
R=38.40%
G=28.90%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215217200.250.150.2133632.0569.41
HexCA98AC019F151502045
Octal312230254031172552040105
Binary1100101010011000101011000110011111101011010100001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA98AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA98AC; }

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

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

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

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

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

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

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

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