#C1ABC5

Color #C1ABC5 Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #C1ABC5

Tints of Lola #C1ABC5

Color information

#C1ABC5 (or 0xC1ABC5) is unknown color: approx Lola. HEX triplet: C1, AB and C5. RGB value is (193,171,197). Sum of RGB (Red+Green+Blue) = 193+171+197=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 197 - color contains mainly: blue. Hex color #C1ABC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABC5 is #3E543A. Grayscale: #B4B4B4. Windows color (decimal): -4084795 or 12954561. OLE color: 12954561.

HSL color Cylindrical-coordinate representation of color #C1ABC5: hue angle of 290.77º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1ABC5 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB193171197-
CMYK0.020.1300.23
HSL290.77º18.31%72.16%-
HSV(B)290.77º13.2%77.25%-
XYZ46.6344.4958.95-
YUV180.54137.29136.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.40%
GREEN value IS 171 (67.19% from 255) = 30.48%
BLUE value IS 197 (77.34% from 255) = 35.12%
R=34.40%
G=30.48%
B=35.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1931711970.020.1300.23290.7718.3172.16
HexC1ABC52D0171231248
Octal30125330521502744322110
Binary110000011010101111000101101101010111100100011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ABC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ABC5; }

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

 H1.HeaderClassName
 {
   color: #C1ABC5;
 }
 .AnyTagClassName
 {
   color: #C1ABC5;
 }
</style>
background-color css

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

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

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

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

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

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