#C3A6AF

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

Shades of Lily #C3A6AF

Tints of Lily #C3A6AF

Color information

#C3A6AF (or 0xC3A6AF) is unknown color: approx Lily. HEX triplet: C3, A6 and AF. RGB value is (195,166,175). Sum of RGB (Red+Green+Blue) = 195+166+175=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A6AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A6AF is #3C5950. Grayscale: #AFAFAF. Windows color (decimal): -3955025 or 11511491. OLE color: 11511491.

HSL color Cylindrical-coordinate representation of color #C3A6AF: hue angle of 341.38º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3A6AF is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB195166175-
CMYK00.150.100.24
HSL341.38º19.46%70.78%-
HSV(B)341.38º14.87%76.47%-
XYZ43.8841.9746.35-
YUV175.7127.61141.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.38%
GREEN value IS 166 (65.23% from 255) = 30.97%
BLUE value IS 175 (68.75% from 255) = 32.65%
R=36.38%
G=30.97%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516617500.150.100.24341.3819.4670.78
HexC3A6AF0FA181551347
Octal303246257017123052523107
Binary11000011101001101010111101111101011000101010101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A6AF; }

 p { color: rgb(195,166,175); }

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

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

 a { background-color: rgb(195,166,175); }

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

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

 span { border-color: rgb(195,166,175); }

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