#C3AAB6

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

Shades of Lily #C3AAB6

Tints of Lily #C3AAB6

Color information

#C3AAB6 (or 0xC3AAB6) is unknown color: approx Lily. HEX triplet: C3, AA and B6. RGB value is (195,170,182). Sum of RGB (Red+Green+Blue) = 195+170+182=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AAB6 is #3C5549. Grayscale: #B2B2B2. Windows color (decimal): -3953994 or 11971267. OLE color: 11971267.

HSL color Cylindrical-coordinate representation of color #C3AAB6: hue angle of 331.2º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3AAB6 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB195170182-
CMYK00.130.070.24
HSL331.2º17.24%71.57%-
HSV(B)331.2º12.82%76.47%-
XYZ45.3243.7350.31-
YUV178.84129.78139.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.65%
GREEN value IS 170 (66.80% from 255) = 31.08%
BLUE value IS 182 (71.48% from 255) = 33.27%
R=35.65%
G=31.08%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517018200.130.070.24331.217.2471.57
HexC3AAB60D71814b1148
Octal30325226601573051321110
Binary1100001110101010101101100110111111000101001011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AAB6; }

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

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

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

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

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

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

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

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