#C3B0B6

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

Shades of Lily #C3B0B6

Tints of Lily #C3B0B6

Color information

#C3B0B6 (or 0xC3B0B6) is unknown color: approx Lily. HEX triplet: C3, B0 and B6. RGB value is (195,176,182). Sum of RGB (Red+Green+Blue) = 195+176+182=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B0B6 is #3C4F49. Grayscale: #B6B6B6. Windows color (decimal): -3952458 or 11972803. OLE color: 11972803.

HSL color Cylindrical-coordinate representation of color #C3B0B6: hue angle of 341.05º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3B0B6 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB195176182-
CMYK00.100.070.24
HSL341.05º13.67%72.75%-
HSV(B)341.05º9.74%76.47%-
XYZ46.4746.0350.69-
YUV182.36127.79137.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.26%
GREEN value IS 176 (69.14% from 255) = 31.83%
BLUE value IS 182 (71.48% from 255) = 32.91%
R=35.26%
G=31.83%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517618200.100.070.24341.0513.6772.75
HexC3B0B60A718155e49
Octal30326026601273052516111
Binary110000111011000010110110010101111100010101010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B0B6; }

 p { color: rgb(195,176,182); }

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

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

 a { background-color: rgb(195,176,182); }

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

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

 span { border-color: rgb(195,176,182); }

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