#CA94BC

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

Shades of Lily #CA94BC

Tints of Lily #CA94BC

Color information

#CA94BC (or 0xCA94BC) is unknown color: approx Lily. HEX triplet: CA, 94 and BC. RGB value is (202,148,188). Sum of RGB (Red+Green+Blue) = 202+148+188=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CA94BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA94BC is #356B43. Grayscale: #A8A8A8. Windows color (decimal): -3500868 or 12358858. OLE color: 12358858.

HSL color Cylindrical-coordinate representation of color #CA94BC: hue angle of 315.56º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA94BC is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB202148188-
CMYK00.270.070.21
HSL315.56º33.75%68.63%-
HSV(B)315.56º26.73%79.22%-
XYZ44.0237.3752.47-
YUV168.71138.89151.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 148 (58.20% from 255) = 27.51%
BLUE value IS 188 (73.83% from 255) = 34.94%
R=37.55%
G=27.51%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214818800.270.070.21315.5633.7568.63
HexCA94BC01B71513c2245
Octal31222427403372547442105
Binary110010101001010010111100011011111101011001111001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA94BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA94BC; }

 p { color: rgb(202,148,188); }

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

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

 a { background-color: rgb(202,148,188); }

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

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

 span { border-color: rgb(202,148,188); }

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