Html Css Color HEX #C0A0AE Lily

📋 copy color: '#C0A0AE'

red 192 ◦ green 160 ◦ blue 174

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

Shades of Lily #C0A0AE

Tints of Lily #C0A0AE

RGB

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

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

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

R = 36.5%
G = 30.42%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C0A0AE (or 0xC0A0AE) is known color: Lily. HEX triplet: C0, A0 and AE. RGB value is (192,160,174). Sum of RGB (Red+Green+Blue) = 192+160+174=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A0AE is #3F5F51. Grayscale: #ABABAB. Windows color (decimal): -4153170 or 11444416. OLE color: 11444416.

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

Color convert

RGB 192 160 174 -
CMYK 0 0.17 0.09 0.25
HSL 333.75º 0.2% 0.69% -
HSV(B) 333.75º 0.17% 0.75% -
XYZ 41.95 39.4 45.44 -
YUV 171.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 192 160 174 0 0.17 0.09 0.25 333.75 0.2 0.69
Hex C0 A0 AE 0 11 9 19 14E 14 45
Octal 300 240 256 0 21 11 31 516 24 105
Binary 11000000 10100000 10101110 0 10001 1001 11001 101001110 10100 1000101

Color Harmonies of #C0A0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A0AE

Black with #C0A0AE

Text Example


Text Example

White with #C0A0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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