Html Css Color HEX #C6A0AF Lily

📋 copy color: '#C6A0AF'

red 198 ◦ green 160 ◦ blue 175

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

Shades of Lily #C6A0AF

Tints of Lily #C6A0AF

RGB

 RED value IS 198 (77.73% from 255) = 37.15%

 GREEN value IS 160 (62.89% from 255) = 30.02%

 BLUE value IS 175 (68.75% from 255) = 32.83%

R = 37.15%
G = 30.02%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C6A0AF (or 0xC6A0AF) is known color: Lily. HEX triplet: C6, A0 and AF. RGB value is (198,160,175). Sum of RGB (Red+Green+Blue) = 198+160+175=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A0AF is #395F50. Grayscale: #ADADAD. Windows color (decimal): -3759953 or 11509958. OLE color: 11509958.

HSL color Cylindrical-coordinate representation of color #C6A0AF: hue angle of 336.32º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6A0AF is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 160 175 -
CMYK 0 0.19 0.12 0.22
HSL 336.32º 0.25% 0.7% -
HSV(B) 336.32º 0.19% 0.78% -
XYZ 43.6 40.24 46.03 -
YUV 173.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 198 160 175 0 0.19 0.12 0.22 336.32 0.25 0.7
Hex C6 A0 AF 0 13 C 16 150 19 46
Octal 306 240 257 0 23 14 26 520 31 106
Binary 11000110 10100000 10101111 0 10011 1100 10110 101010000 11001 1000110

Color Harmonies of #C6A0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A0AF

Black with #C6A0AF

Text Example


Text Example

White with #C6A0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A0AF; }

 p { color: rgb(198,160,175); }

 H1.HeaderClassName
 {
   color: #C6A0AF;
 }
 .AnyTagClassName
 {
   color: #C6A0AF;
 }
</style>

background-color css

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

 a { background-color: rgb(198,160,175); }

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

border-color css

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

 span { border-color: rgb(198,160,175); }

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