#C292B9

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

Shades of Lily #C292B9

Tints of Lily #C292B9

Color information

#C292B9 (or 0xC292B9) is unknown color: approx Lily. HEX triplet: C2, 92 and B9. RGB value is (194,146,185). Sum of RGB (Red+Green+Blue) = 194+146+185=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C292B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292B9 is #3D6D46. Grayscale: #A4A4A4. Windows color (decimal): -4025671 or 12161730. OLE color: 12161730.

HSL color Cylindrical-coordinate representation of color #C292B9: hue angle of 311.25º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C292B9 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB194146185-
CMYK00.250.050.24
HSL311.25º28.24%66.67%-
HSV(B)311.25º24.74%76.08%-
XYZ41.2835.5350.58-
YUV164.8139.4148.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.95%
GREEN value IS 146 (57.42% from 255) = 27.81%
BLUE value IS 185 (72.66% from 255) = 35.24%
R=36.95%
G=27.81%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414618500.250.050.24311.2528.2466.67
HexC292B90195181371c43
Octal30222227103153046734103
Binary11000010100100101011100101100110111000100110111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C292B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C292B9; }

 p { color: rgb(194,146,185); }

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

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

 a { background-color: rgb(194,146,185); }

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

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

 span { border-color: rgb(194,146,185); }

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