#C292B3

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

Shades of Lily #C292B3

Tints of Lily #C292B3

Color information

#C292B3 (or 0xC292B3) is unknown color: approx Lily. HEX triplet: C2, 92 and B3. RGB value is (194,146,179). Sum of RGB (Red+Green+Blue) = 194+146+179=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C292B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292B3 is #3D6D4C. Grayscale: #A4A4A4. Windows color (decimal): -4025677 or 11768514. OLE color: 11768514.

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

Color convert

RGB194146179-
CMYK00.250.080.24
HSL318.75º28.24%66.67%-
HSV(B)318.75º24.74%76.08%-
XYZ40.6635.2847.31-
YUV164.11136.4149.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.38%
GREEN value IS 146 (57.42% from 255) = 28.13%
BLUE value IS 179 (70.31% from 255) = 34.49%
R=37.38%
G=28.13%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414617900.250.080.24318.7528.2466.67
HexC292B301981813f1c43
Octal302222263031103047734103
Binary110000101001001010110011011001100011000100111111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C292B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C292B3; }

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

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

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

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

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

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

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

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