Html Css Color HEX #C0ABBF Lilac

📋 copy color: '#C0ABBF'

red 192 ◦ green 171 ◦ blue 191

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

Shades of Lilac #C0ABBF

Tints of Lilac #C0ABBF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.87%

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

R = 34.66%
G = 30.87%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C0ABBF (or 0xC0ABBF) is known color: Lilac. HEX triplet: C0, AB and BF. RGB value is (192,171,191). Sum of RGB (Red+Green+Blue) = 192+171+191=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABBF is #3F5440. Grayscale: #B3B3B3. Windows color (decimal): -4150337 or 12561344. OLE color: 12561344.

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

Color convert

RGB 192 171 191 -
CMYK 0 0.11 0.01 0.25
HSL 302.86º 0.14% 0.71% -
HSV(B) 302.86º 0.11% 0.75% -
XYZ 45.71 44.09 55.39 -
YUV 179.56 134.46 136.87 -
System Red Green Blue C M Y K H S L
Decimal 192 171 191 0 0.11 0.01 0.25 302.86 0.14 0.71
Hex C0 AB BF 0 B 1 19 12F E 47
Octal 300 253 277 0 13 1 31 457 16 107
Binary 11000000 10101011 10111111 0 1011 1 11001 100101111 1110 1000111

Color Harmonies of #C0ABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABBF

Black with #C0ABBF

Text Example


Text Example

White with #C0ABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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