#C292B7

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

Shades of Lily #C292B7

Tints of Lily #C292B7

Color information

#C292B7 (or 0xC292B7) is unknown color: approx Lily. HEX triplet: C2, 92 and B7. RGB value is (194,146,183). Sum of RGB (Red+Green+Blue) = 194+146+183=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C292B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292B7 is #3D6D48. Grayscale: #A4A4A4. Windows color (decimal): -4025673 or 12030658. OLE color: 12030658.

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

Color convert

RGB194146183-
CMYK00.250.060.24
HSL313.75º28.24%66.67%-
HSV(B)313.75º24.74%76.08%-
XYZ41.0735.4549.48-
YUV164.57138.4148.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.09%
GREEN value IS 146 (57.42% from 255) = 27.92%
BLUE value IS 183 (71.88% from 255) = 34.99%
R=37.09%
G=27.92%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414618300.250.060.24313.7528.2466.67
HexC292B701961813a1c43
Octal30222226703163047234103
Binary11000010100100101011011101100111011000100111010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C292B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C292B7; }

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

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

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

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

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

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

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

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