Html Css Color HEX #C1ABC6 Lola

📋 copy color: '#C1ABC6'

red 193 ◦ green 171 ◦ blue 198

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

Shades of Lola #C1ABC6

Tints of Lola #C1ABC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.23%

R = 34.34%
G = 30.43%
B = 35.23%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C1ABC6 (or 0xC1ABC6) is known color: Lola. HEX triplet: C1, AB and C6. RGB value is (193,171,198). Sum of RGB (Red+Green+Blue) = 193+171+198=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 198 - color contains mainly: blue. Hex color #C1ABC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABC6 is #3E5439. Grayscale: #B4B4B4. Windows color (decimal): -4084794 or 13020097. OLE color: 13020097.

HSL color Cylindrical-coordinate representation of color #C1ABC6: hue angle of 288.89º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1ABC6 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 171 198 -
CMYK 0.03 0.14 0 0.22
HSL 288.89º 0.19% 0.72% -
HSV(B) 288.89º 0.14% 0.78% -
XYZ 46.75 44.54 59.56 -
YUV 180.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 193 171 198 0.03 0.14 0 0.22 288.89 0.19 0.72
Hex C1 AB C6 3 E 0 16 121 13 48
Octal 301 253 306 3 16 0 26 441 23 110
Binary 11000001 10101011 11000110 11 1110 0 10110 100100001 10011 1001000

Color Harmonies of #C1ABC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ABC6

Black with #C1ABC6

Text Example


Text Example

White with #C1ABC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ABC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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