Html Css Color HEX #C0A6AF Lily

📋 copy color: '#C0A6AF'

red 192 ◦ green 166 ◦ blue 175

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

Shades of Lily #C0A6AF

Tints of Lily #C0A6AF

RGB

 RED value IS 192 (75.39% from 255) = 36.02%

 GREEN value IS 166 (65.23% from 255) = 31.14%

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

R = 36.02%
G = 31.14%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C0A6AF (or 0xC0A6AF) is known color: Lily. HEX triplet: C0, A6 and AF. RGB value is (192,166,175). Sum of RGB (Red+Green+Blue) = 192+166+175=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A6AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A6AF is #3F5950. Grayscale: #AEAEAE. Windows color (decimal): -4151633 or 11511488. OLE color: 11511488.

HSL color Cylindrical-coordinate representation of color #C0A6AF: hue angle of 339.23º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0A6AF is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 166 175 -
CMYK 0 0.14 0.09 0.25
HSL 339.23º 0.17% 0.7% -
HSV(B) 339.23º 0.14% 0.75% -
XYZ 43.11 41.57 46.31 -
YUV 174.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 192 166 175 0 0.14 0.09 0.25 339.23 0.17 0.7
Hex C0 A6 AF 0 E 9 19 153 11 46
Octal 300 246 257 0 16 11 31 523 21 106
Binary 11000000 10100110 10101111 0 1110 1001 11001 101010011 10001 1000110

Color Harmonies of #C0A6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A6AF

Black with #C0A6AF

Text Example


Text Example

White with #C0A6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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