Html Css Color HEX #C0A0AD Lily

📋 copy color: '#C0A0AD'

red 192 ◦ green 160 ◦ blue 173

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

Shades of Lily #C0A0AD

Tints of Lily #C0A0AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.95%

R = 36.57%
G = 30.48%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C0A0AD (or 0xC0A0AD) is known color: Lily. HEX triplet: C0, A0 and AD. RGB value is (192,160,173). Sum of RGB (Red+Green+Blue) = 192+160+173=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A0AD is #3F5F52. Grayscale: #ABABAB. Windows color (decimal): -4153171 or 11378880. OLE color: 11378880.

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

Color convert

RGB 192 160 173 -
CMYK 0 0.17 0.10 0.25
HSL 335.63º 0.2% 0.69% -
HSV(B) 335.63º 0.17% 0.75% -
XYZ 41.85 39.37 44.93 -
YUV 171.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 192 160 173 0 0.17 0.10 0.25 335.63 0.2 0.69
Hex C0 A0 AD 0 11 A 19 150 14 45
Octal 300 240 255 0 21 12 31 520 24 105
Binary 11000000 10100000 10101101 0 10001 1010 11001 101010000 10100 1000101

Color Harmonies of #C0A0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A0AD

Black with #C0A0AD

Text Example


Text Example

White with #C0A0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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