Html Css Color HEX #C6A2AF Lily

📋 copy color: '#C6A2AF'

red 198 ◦ green 162 ◦ blue 175

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

Shades of Lily #C6A2AF

Tints of Lily #C6A2AF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.28%

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

R = 37.01%
G = 30.28%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C6A2AF (or 0xC6A2AF) is known color: Lily. HEX triplet: C6, A2 and AF. RGB value is (198,162,175). Sum of RGB (Red+Green+Blue) = 198+162+175=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A2AF is #395D50. Grayscale: #AEAEAE. Windows color (decimal): -3759441 or 11510470. OLE color: 11510470.

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

Color convert

RGB 198 162 175 -
CMYK 0 0.18 0.12 0.22
HSL 338.33º 0.24% 0.71% -
HSV(B) 338.33º 0.18% 0.78% -
XYZ 43.95 40.94 46.14 -
YUV 174.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 198 162 175 0 0.18 0.12 0.22 338.33 0.24 0.71
Hex C6 A2 AF 0 12 C 16 152 18 47
Octal 306 242 257 0 22 14 26 522 30 107
Binary 11000110 10100010 10101111 0 10010 1100 10110 101010010 11000 1000111

Color Harmonies of #C6A2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A2AF

Black with #C6A2AF

Text Example


Text Example

White with #C6A2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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