#C092B6

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

Shades of Lily #C092B6

Tints of Lily #C092B6

Color information

#C092B6 (or 0xC092B6) is unknown color: approx Lily. HEX triplet: C0, 92 and B6. RGB value is (192,146,182). Sum of RGB (Red+Green+Blue) = 192+146+182=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C092B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092B6 is #3F6D49. Grayscale: #A3A3A3. Windows color (decimal): -4156746 or 11965120. OLE color: 11965120.

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

Color convert

RGB192146182-
CMYK00.240.050.25
HSL313.04º26.74%66.27%-
HSV(B)313.04º23.96%75.29%-
XYZ40.4635.1448.91-
YUV163.86138.24148.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.92%
GREEN value IS 146 (57.42% from 255) = 28.08%
BLUE value IS 182 (71.48% from 255) = 35%
R=36.92%
G=28.08%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214618200.240.050.25313.0426.7466.27
HexC092B60185191391b42
Octal30022226603053147133102
Binary11000000100100101011011001100010111001100111001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C092B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C092B6; }

 p { color: rgb(192,146,182); }

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

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

 a { background-color: rgb(192,146,182); }

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

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

 span { border-color: rgb(192,146,182); }

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