#CA92BC

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

Shades of Lily #CA92BC

Tints of Lily #CA92BC

Color information

#CA92BC (or 0xCA92BC) is unknown color: approx Lily. HEX triplet: CA, 92 and BC. RGB value is (202,146,188). Sum of RGB (Red+Green+Blue) = 202+146+188=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CA92BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92BC is #356D43. Grayscale: #A7A7A7. Windows color (decimal): -3501380 or 12358346. OLE color: 12358346.

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

Color convert

RGB202146188-
CMYK00.280.070.21
HSL315º34.57%68.24%-
HSV(B)315º27.72%79.22%-
XYZ43.7136.7552.37-
YUV167.53139.55152.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.69%
GREEN value IS 146 (57.42% from 255) = 27.24%
BLUE value IS 188 (73.83% from 255) = 35.07%
R=37.69%
G=27.24%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214618800.280.070.2131534.5768.24
HexCA92BC01C71513b2344
Octal31222227403472547343104
Binary110010101001001010111100011100111101011001110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA92BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA92BC; }

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

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

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

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

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

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

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

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