Html Css Color HEX #C3A6AF Lily

📋 copy color: '#C3A6AF'

red 195 ◦ green 166 ◦ blue 175

#C3A6AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #C3A6AF

Tints of Lily #C3A6AF

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 value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C3A6AF (or 0xC3A6AF) is known color: 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

RGB 195 166 175 -
CMYK 0 0.15 0.10 0.24
HSL 341.38º 0.19% 0.71% -
HSV(B) 341.38º 0.15% 0.76% -
XYZ 43.88 41.97 46.35 -
YUV 175.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 195 166 175 0 0.15 0.10 0.24 341.38 0.19 0.71
Hex C3 A6 AF 0 F A 18 155 13 47
Octal 303 246 257 0 17 12 30 525 23 107
Binary 11000011 10100110 10101111 0 1111 1010 11000 101010101 10011 1000111

Color Harmonies of #C3A6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A6AF

Black with #C3A6AF

Text Example


Text Example

White with #C3A6AF

Text Example


Text Example

HTML Codes & Css Web 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>