#CA98B7

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

Shades of Lily #CA98B7

Tints of Lily #CA98B7

Color information

#CA98B7 (or 0xCA98B7) is unknown color: approx Lily. HEX triplet: CA, 98 and B7. RGB value is (202,152,183). Sum of RGB (Red+Green+Blue) = 202+152+183=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 183 (71.88% from 255 or 34.08% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CA98B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA98B7 is #356748. Grayscale: #AAAAAA. Windows color (decimal): -3499849 or 12032202. OLE color: 12032202.

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

Color convert

RGB202152183-
CMYK00.250.090.21
HSL322.8º32.05%69.41%-
HSV(B)322.8º24.75%79.22%-
XYZ44.1338.4349.89-
YUV170.48135.06150.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 152 (59.77% from 255) = 28.31%
BLUE value IS 183 (71.88% from 255) = 34.08%
R=37.62%
G=28.31%
B=34.08%

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
Decimal20215218300.250.090.21322.832.0569.41
HexCA98B70199151432045
Octal312230267031112550340105
Binary1100101010011000101101110110011001101011010000111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA98B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA98B7; }

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

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

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

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

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

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

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

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