Html Css Color HEX #C0ADBE Lilac

📋 copy color: '#C0ADBE'

red 192 ◦ green 173 ◦ blue 190

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

Shades of Lilac #C0ADBE

Tints of Lilac #C0ADBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.23%

R = 34.59%
G = 31.17%
B = 34.23%

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

#C0ADBE (or 0xC0ADBE) is known color: Lilac. HEX triplet: C0, AD and BE. RGB value is (192,173,190). Sum of RGB (Red+Green+Blue) = 192+173+190=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADBE is #3F5241. Grayscale: #B4B4B4. Windows color (decimal): -4149826 or 12496320. OLE color: 12496320.

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

Color convert

RGB 192 173 190 -
CMYK 0 0.10 0.01 0.25
HSL 306.32º 0.13% 0.72% -
HSV(B) 306.32º 0.1% 0.75% -
XYZ 45.98 44.81 54.94 -
YUV 180.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 192 173 190 0 0.10 0.01 0.25 306.32 0.13 0.72
Hex C0 AD BE 0 A 1 19 132 D 48
Octal 300 255 276 0 12 1 31 462 15 110
Binary 11000000 10101101 10111110 0 1010 1 11001 100110010 1101 1001000

Color Harmonies of #C0ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADBE

Black with #C0ADBE

Text Example


Text Example

White with #C0ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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