Html Css Color HEX #C0A2AD Lily

📋 copy color: '#C0A2AD'

red 192 ◦ green 162 ◦ blue 173

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

Shades of Lily #C0A2AD

Tints of Lily #C0A2AD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.74%

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

R = 36.43%
G = 30.74%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C0A2AD (or 0xC0A2AD) is known color: Lily. HEX triplet: C0, A2 and AD. RGB value is (192,162,173). Sum of RGB (Red+Green+Blue) = 192+162+173=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A2AD is #3F5D52. Grayscale: #ACACAC. Windows color (decimal): -4152659 or 11379392. OLE color: 11379392.

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

Color convert

RGB 192 162 173 -
CMYK 0 0.16 0.10 0.25
HSL 338º 0.19% 0.69% -
HSV(B) 338º 0.16% 0.75% -
XYZ 42.2 40.06 45.04 -
YUV 172.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 192 162 173 0 0.16 0.10 0.25 338 0.19 0.69
Hex C0 A2 AD 0 10 A 19 152 13 45
Octal 300 242 255 0 20 12 31 522 23 105
Binary 11000000 10100010 10101101 0 10000 1010 11001 101010010 10011 1000101

Color Harmonies of #C0A2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A2AD

Black with #C0A2AD

Text Example


Text Example

White with #C0A2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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