Html Css Color HEX #C0A2AC Lily

📋 copy color: '#C0A2AC'

red 192 ◦ green 162 ◦ blue 172

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

Shades of Lily #C0A2AC

Tints of Lily #C0A2AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.7%

R = 36.5%
G = 30.8%
B = 32.7%

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

#C0A2AC (or 0xC0A2AC) is known color: Lily. HEX triplet: C0, A2 and AC. RGB value is (192,162,172). Sum of RGB (Red+Green+Blue) = 192+162+172=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A2AC is #3F5D53. Grayscale: #ACACAC. Windows color (decimal): -4152660 or 11313856. OLE color: 11313856.

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

Color convert

RGB 192 162 172 -
CMYK 0 0.16 0.10 0.25
HSL 340º 0.19% 0.69% -
HSV(B) 340º 0.16% 0.75% -
XYZ 42.1 40.03 44.54 -
YUV 172.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 192 162 172 0 0.16 0.10 0.25 340 0.19 0.69
Hex C0 A2 AC 0 10 A 19 154 13 45
Octal 300 242 254 0 20 12 31 524 23 105
Binary 11000000 10100010 10101100 0 10000 1010 11001 101010100 10011 1000101

Color Harmonies of #C0A2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A2AC

Black with #C0A2AC

Text Example


Text Example

White with #C0A2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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