Html Css Color HEX #C1ABC3 Lola

📋 copy color: '#C1ABC3'

red 193 ◦ green 171 ◦ blue 195

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

Shades of Lola #C1ABC3

Tints of Lola #C1ABC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.88%

R = 34.53%
G = 30.59%
B = 34.88%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C1ABC3 (or 0xC1ABC3) is known color: Lola. HEX triplet: C1, AB and C3. RGB value is (193,171,195). Sum of RGB (Red+Green+Blue) = 193+171+195=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 195 - color contains mainly: blue. Hex color #C1ABC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABC3 is #3E543C. Grayscale: #B4B4B4. Windows color (decimal): -4084797 or 12823489. OLE color: 12823489.

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

Color convert

RGB 193 171 195 -
CMYK 0.01 0.12 0 0.24
HSL 295º 0.17% 0.72% -
HSV(B) 295º 0.12% 0.76% -
XYZ 46.41 44.4 57.75 -
YUV 180.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 193 171 195 0.01 0.12 0 0.24 295 0.17 0.72
Hex C1 AB C3 1 C 0 18 127 11 48
Octal 301 253 303 1 14 0 30 447 21 110
Binary 11000001 10101011 11000011 1 1100 0 11000 100100111 10001 1001000

Color Harmonies of #C1ABC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ABC3

Black with #C1ABC3

Text Example


Text Example

White with #C1ABC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ABC3; }

 p { color: rgb(193,171,195); }

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

background-color css

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

 a { background-color: rgb(193,171,195); }

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

border-color css

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

 span { border-color: rgb(193,171,195); }

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