Html Css Color HEX #C1A8BE Lilac

📋 copy color: '#C1A8BE'

red 193 ◦ green 168 ◦ blue 190

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

Shades of Lilac #C1A8BE

Tints of Lilac #C1A8BE

RGB

 RED value IS 193 (75.78% from 255) = 35.03%

 GREEN value IS 168 (66.02% from 255) = 30.49%

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

R = 35.03%
G = 30.49%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C1A8BE (or 0xC1A8BE) is known color: Lilac. HEX triplet: C1, A8 and BE. RGB value is (193,168,190). Sum of RGB (Red+Green+Blue) = 193+168+190=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A8BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A8BE is #3E5741. Grayscale: #B1B1B1. Windows color (decimal): -4085570 or 12495041. OLE color: 12495041.

HSL color Cylindrical-coordinate representation of color #C1A8BE: hue angle of 307.2º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1A8BE is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 168 190 -
CMYK 0 0.13 0.02 0.24
HSL 307.2º 0.17% 0.71% -
HSV(B) 307.2º 0.13% 0.76% -
XYZ 45.29 43.06 54.64 -
YUV 177.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 193 168 190 0 0.13 0.02 0.24 307.2 0.17 0.71
Hex C1 A8 BE 0 D 2 18 133 11 47
Octal 301 250 276 0 15 2 30 463 21 107
Binary 11000001 10101000 10111110 0 1101 10 11000 100110011 10001 1000111

Color Harmonies of #C1A8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A8BE

Black with #C1A8BE

Text Example


Text Example

White with #C1A8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A8BE; }

 p { color: rgb(193,168,190); }

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

background-color css

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

 a { background-color: rgb(193,168,190); }

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

border-color css

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

 span { border-color: rgb(193,168,190); }

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