#C292B8

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

Shades of Lily #C292B8

Tints of Lily #C292B8

Color information

#C292B8 (or 0xC292B8) is unknown color: approx Lily. HEX triplet: C2, 92 and B8. RGB value is (194,146,184). Sum of RGB (Red+Green+Blue) = 194+146+184=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C292B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292B8 is #3D6D47. Grayscale: #A4A4A4. Windows color (decimal): -4025672 or 12096194. OLE color: 12096194.

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

Color convert

RGB194146184-
CMYK00.250.050.24
HSL312.5º28.24%66.67%-
HSV(B)312.5º24.74%76.08%-
XYZ41.1835.4950.03-
YUV164.68138.9148.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.02%
GREEN value IS 146 (57.42% from 255) = 27.86%
BLUE value IS 184 (72.27% from 255) = 35.11%
R=37.02%
G=27.86%
B=35.11%

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
Decimal19414618400.250.050.24312.528.2466.67
HexC292B80195181381c43
Octal30222227003153047034103
Binary11000010100100101011100001100110111000100111000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C292B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C292B8; }

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

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

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

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

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

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

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

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