#CA98B6

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

Shades of Lily #CA98B6

Tints of Lily #CA98B6

Color information

#CA98B6 (or 0xCA98B6) is unknown color: approx Lily. HEX triplet: CA, 98 and B6. RGB value is (202,152,182). Sum of RGB (Red+Green+Blue) = 202+152+182=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CA98B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA98B6 is #356749. Grayscale: #AAAAAA. Windows color (decimal): -3499850 or 11966666. OLE color: 11966666.

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

Color convert

RGB202152182-
CMYK00.250.100.21
HSL324º32.05%69.41%-
HSV(B)324º24.75%79.22%-
XYZ44.0338.3949.35-
YUV170.37134.56150.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.69%
GREEN value IS 152 (59.77% from 255) = 28.36%
BLUE value IS 182 (71.48% from 255) = 33.96%
R=37.69%
G=28.36%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215218200.250.100.2132432.0569.41
HexCA98B6019A151442045
Octal312230266031122550440105
Binary1100101010011000101101100110011010101011010001001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA98B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA98B6; }

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

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

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

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

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

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

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

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