#C0ABC7

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

Shades of Lola #C0ABC7

Tints of Lola #C0ABC7

Color information

#C0ABC7 (or 0xC0ABC7) is unknown color: approx Lola. HEX triplet: C0, AB and C7. RGB value is (192,171,199). Sum of RGB (Red+Green+Blue) = 192+171+199=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 199 - color contains mainly: blue. Hex color #C0ABC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABC7 is #3F5438. Grayscale: #B4B4B4. Windows color (decimal): -4150329 or 13085632. OLE color: 13085632.

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

Color convert

RGB192171199-
CMYK0.040.1400.22
HSL285º20%72.55%-
HSV(B)285º14.07%78.04%-
XYZ46.6144.4660.16-
YUV180.47138.46136.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.16%
GREEN value IS 171 (67.19% from 255) = 30.43%
BLUE value IS 199 (78.12% from 255) = 35.41%
R=34.16%
G=30.43%
B=35.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921711990.040.1400.222852072.55
HexC0ABC74E01611d1449
Octal30025330741602643524111
Binary1100000010101011110001111001110010110100011101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ABC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ABC7; }

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

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

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

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

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

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

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

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