Html Css Color HEX #C0A5AF Lily

📋 copy color: '#C0A5AF'

red 192 ◦ green 165 ◦ blue 175

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

Shades of Lily #C0A5AF

Tints of Lily #C0A5AF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.02%

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

R = 36.09%
G = 31.02%
B = 32.89%

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

#C0A5AF (or 0xC0A5AF) is known color: Lily. HEX triplet: C0, A5 and AF. RGB value is (192,165,175). Sum of RGB (Red+Green+Blue) = 192+165+175=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A5AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A5AF is #3F5A50. Grayscale: #AEAEAE. Windows color (decimal): -4151889 or 11511232. OLE color: 11511232.

HSL color Cylindrical-coordinate representation of color #C0A5AF: hue angle of 337.78º degrees, saturation: 0.18, 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 #C0A5AF is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 165 175 -
CMYK 0 0.14 0.09 0.25
HSL 337.78º 0.18% 0.7% -
HSV(B) 337.78º 0.14% 0.75% -
XYZ 42.93 41.21 46.25 -
YUV 174.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 192 165 175 0 0.14 0.09 0.25 337.78 0.18 0.7
Hex C0 A5 AF 0 E 9 19 152 12 46
Octal 300 245 257 0 16 11 31 522 22 106
Binary 11000000 10100101 10101111 0 1110 1001 11001 101010010 10010 1000110

Color Harmonies of #C0A5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A5AF

Black with #C0A5AF

Text Example


Text Example

White with #C0A5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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