Html Css Color HEX #C0AEBF Lilac

📋 copy color: '#C0AEBF'

red 192 ◦ green 174 ◦ blue 191

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

Shades of Lilac #C0AEBF

Tints of Lilac #C0AEBF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.24%

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

R = 34.47%
G = 31.24%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C0AEBF (or 0xC0AEBF) is known color: Lilac. HEX triplet: C0, AE and BF. RGB value is (192,174,191). Sum of RGB (Red+Green+Blue) = 192+174+191=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AEBF is #3F5140. Grayscale: #B5B5B5. Windows color (decimal): -4149569 or 12562112. OLE color: 12562112.

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

Color convert

RGB 192 174 191 -
CMYK 0 0.09 0.01 0.25
HSL 303.33º 0.13% 0.72% -
HSV(B) 303.33º 0.09% 0.75% -
XYZ 46.28 45.24 55.58 -
YUV 181.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 192 174 191 0 0.09 0.01 0.25 303.33 0.13 0.72
Hex C0 AE BF 0 9 1 19 12F C 48
Octal 300 256 277 0 11 1 31 457 14 110
Binary 11000000 10101110 10111111 0 1001 1 11001 100101111 1100 1001000

Color Harmonies of #C0AEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AEBF

Black with #C0AEBF

Text Example


Text Example

White with #C0AEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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