Html Css Color HEX #C0AAB6 Lily

📋 copy color: '#C0AAB6'

red 192 ◦ green 170 ◦ blue 182

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

Shades of Lily #C0AAB6

Tints of Lily #C0AAB6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.25%

 BLUE value IS 182 (71.48% from 255) = 33.46%

R = 35.29%
G = 31.25%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C0AAB6 (or 0xC0AAB6) is known color: Lily. HEX triplet: C0, AA and B6. RGB value is (192,170,182). Sum of RGB (Red+Green+Blue) = 192+170+182=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AAB6 is #3F5549. Grayscale: #B1B1B1. Windows color (decimal): -4150602 or 11971264. OLE color: 11971264.

HSL color Cylindrical-coordinate representation of color #C0AAB6: hue angle of 327.27º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0AAB6 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 170 182 -
CMYK 0 0.11 0.05 0.25
HSL 327.27º 0.15% 0.71% -
HSV(B) 327.27º 0.11% 0.75% -
XYZ 44.56 43.33 50.27 -
YUV 177.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 192 170 182 0 0.11 0.05 0.25 327.27 0.15 0.71
Hex C0 AA B6 0 B 5 19 147 F 47
Octal 300 252 266 0 13 5 31 507 17 107
Binary 11000000 10101010 10110110 0 1011 101 11001 101000111 1111 1000111

Color Harmonies of #C0AAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AAB6

Black with #C0AAB6

Text Example


Text Example

White with #C0AAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AAB6; }

 p { color: rgb(192,170,182); }

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

background-color css

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

 a { background-color: rgb(192,170,182); }

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

border-color css

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

 span { border-color: rgb(192,170,182); }

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