Html Css Color HEX #C0A5AE Lily

📋 copy color: '#C0A5AE'

red 192 ◦ green 165 ◦ blue 174

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

Shades of Lily #C0A5AE

Tints of Lily #C0A5AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.77%

R = 36.16%
G = 31.07%
B = 32.77%

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

#C0A5AE (or 0xC0A5AE) is known color: Lily. HEX triplet: C0, A5 and AE. RGB value is (192,165,174). Sum of RGB (Red+Green+Blue) = 192+165+174=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A5AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A5AE is #3F5A51. Grayscale: #AEAEAE. Windows color (decimal): -4151890 or 11445696. OLE color: 11445696.

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

Color convert

RGB 192 165 174 -
CMYK 0 0.14 0.09 0.25
HSL 340º 0.18% 0.7% -
HSV(B) 340º 0.14% 0.75% -
XYZ 42.83 41.17 45.73 -
YUV 174.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 192 165 174 0 0.14 0.09 0.25 340 0.18 0.7
Hex C0 A5 AE 0 E 9 19 154 12 46
Octal 300 245 256 0 16 11 31 524 22 106
Binary 11000000 10100101 10101110 0 1110 1001 11001 101010100 10010 1000110

Color Harmonies of #C0A5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A5AE

Black with #C0A5AE

Text Example


Text Example

White with #C0A5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A5AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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