Html Css Color HEX #C0ADBF Lilac

📋 copy color: '#C0ADBF'

red 192 ◦ green 173 ◦ blue 191

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

Shades of Lilac #C0ADBF

Tints of Lilac #C0ADBF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.12%

 BLUE value IS 191 (75% from 255) = 34.35%

R = 34.53%
G = 31.12%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C0ADBF (or 0xC0ADBF) is known color: Lilac. HEX triplet: C0, AD and BF. RGB value is (192,173,191). Sum of RGB (Red+Green+Blue) = 192+173+191=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADBF is #3F5240. Grayscale: #B4B4B4. Windows color (decimal): -4149825 or 12561856. OLE color: 12561856.

HSL color Cylindrical-coordinate representation of color #C0ADBF: hue angle of 303.16º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0ADBF is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 173 191 -
CMYK 0 0.10 0.01 0.25
HSL 303.16º 0.13% 0.72% -
HSV(B) 303.16º 0.1% 0.75% -
XYZ 46.09 44.86 55.52 -
YUV 180.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 192 173 191 0 0.10 0.01 0.25 303.16 0.13 0.72
Hex C0 AD BF 0 A 1 19 12F D 48
Octal 300 255 277 0 12 1 31 457 15 110
Binary 11000000 10101101 10111111 0 1010 1 11001 100101111 1101 1001000

Color Harmonies of #C0ADBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADBF

Black with #C0ADBF

Text Example


Text Example

White with #C0ADBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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