#C0ABC1

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

Shades of Lola #C0ABC1

Tints of Lola #C0ABC1

Color information

#C0ABC1 (or 0xC0ABC1) is unknown color: approx Lola. HEX triplet: C0, AB and C1. RGB value is (192,171,193). Sum of RGB (Red+Green+Blue) = 192+171+193=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 193 - color contains mainly: blue. Hex color #C0ABC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABC1 is #3F543E. Grayscale: #B3B3B3. Windows color (decimal): -4150335 or 12692416. OLE color: 12692416.

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

Color convert

RGB192171193-
CMYK0.010.1100.24
HSL297.27º15.07%71.37%-
HSV(B)297.27º11.4%75.69%-
XYZ45.9344.1856.56-
YUV179.79135.46136.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.53%
GREEN value IS 171 (67.19% from 255) = 30.76%
BLUE value IS 193 (75.78% from 255) = 34.71%
R=34.53%
G=30.76%
B=34.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921711930.010.1100.24297.2715.0771.37
HexC0ABC11B018129f47
Octal30025330111303045117107
Binary1100000010101011110000011101101100010010100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ABC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ABC1; }

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

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

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

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

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

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

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

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