#C492BB

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

Shades of Lily #C492BB

Tints of Lily #C492BB

Color information

#C492BB (or 0xC492BB) is unknown color: approx Lily. HEX triplet: C4, 92 and BB. RGB value is (196,146,187). Sum of RGB (Red+Green+Blue) = 196+146+187=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 196 - color contains mainly: red. Hex color #C492BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492BB is #3B6D44. Grayscale: #A5A5A5. Windows color (decimal): -3894597 or 12292804. OLE color: 12292804.

HSL color Cylindrical-coordinate representation of color #C492BB: hue angle of 310.8º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C492BB is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB196146187-
CMYK00.260.050.23
HSL310.8º29.76%67.06%-
HSV(B)310.8º25.51%76.86%-
XYZ42.0135.8851.73-
YUV165.62140.06149.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.05%
GREEN value IS 146 (57.42% from 255) = 27.60%
BLUE value IS 187 (73.44% from 255) = 35.35%
R=37.05%
G=27.60%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614618700.260.050.23310.829.7667.06
HexC492BB01A5171371e43
Octal30422227303252746736103
Binary11000100100100101011101101101010110111100110111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C492BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C492BB; }

 p { color: rgb(196,146,187); }

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

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

 a { background-color: rgb(196,146,187); }

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

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

 span { border-color: rgb(196,146,187); }

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