Html Css Color HEX #C5ABC9 Lilac

📋 copy color: '#C5ABC9'

red 197 ◦ green 171 ◦ blue 201

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

Shades of Lilac #C5ABC9

Tints of Lilac #C5ABC9

RGB

 RED value IS 197 (77.34% from 255) = 34.62%

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

 BLUE value IS 201 (78.91% from 255) = 35.33%

R = 34.62%
G = 30.05%
B = 35.33%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C5ABC9 (or 0xC5ABC9) is known color: Lilac. HEX triplet: C5, AB and C9. RGB value is (197,171,201). Sum of RGB (Red+Green+Blue) = 197+171+201=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 201 - color contains mainly: blue. Hex color #C5ABC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABC9 is #3A5436. Grayscale: #B6B6B6. Windows color (decimal): -3822647 or 13216709. OLE color: 13216709.

HSL color Cylindrical-coordinate representation of color #C5ABC9: hue angle of 292º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5ABC9 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 171 201 -
CMYK 0.02 0.15 0 0.21
HSL 292º 0.22% 0.73% -
HSV(B) 292º 0.15% 0.79% -
XYZ 48.13 45.21 61.45 -
YUV 182.19 138.61 138.56 -
System Red Green Blue C M Y K H S L
Decimal 197 171 201 0.02 0.15 0 0.21 292 0.22 0.73
Hex C5 AB C9 2 F 0 15 124 16 49
Octal 305 253 311 2 17 0 25 444 26 111
Binary 11000101 10101011 11001001 10 1111 0 10101 100100100 10110 1001001

Color Harmonies of #C5ABC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ABC9

Black with #C5ABC9

Text Example


Text Example

White with #C5ABC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ABC9; }

 p { color: rgb(197,171,201); }

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

background-color css

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

 a { background-color: rgb(197,171,201); }

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

border-color css

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

 span { border-color: rgb(197,171,201); }

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