#C292AF

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

Shades of Lily #C292AF

Tints of Lily #C292AF

Color information

#C292AF (or 0xC292AF) is unknown color: approx Lily. HEX triplet: C2, 92 and AF. RGB value is (194,146,175). Sum of RGB (Red+Green+Blue) = 194+146+175=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 194 - color contains mainly: red. Hex color #C292AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C292AF is #3D6D50. Grayscale: #A3A3A3. Windows color (decimal): -4025681 or 11506370. OLE color: 11506370.

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

Color convert

RGB194146175-
CMYK00.250.100.24
HSL323.75º28.24%66.67%-
HSV(B)323.75º24.74%76.08%-
XYZ40.2635.1245.21-
YUV163.66134.4149.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.67%
GREEN value IS 146 (57.42% from 255) = 28.35%
BLUE value IS 175 (68.75% from 255) = 33.98%
R=37.67%
G=28.35%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414617500.250.100.24323.7528.2466.67
HexC292AF019A181441c43
Octal302222257031123050434103
Binary110000101001001010101111011001101011000101000100111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C292AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C292AF; }

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

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

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

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

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

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

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

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