#C0ABC2

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

Shades of Lola #C0ABC2

Tints of Lola #C0ABC2

Color information

#C0ABC2 (or 0xC0ABC2) is unknown color: approx Lola. HEX triplet: C0, AB and C2. RGB value is (192,171,194). Sum of RGB (Red+Green+Blue) = 192+171+194=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 194 (76.17% from 255 or 34.83% from 557); Max value from RGB is 194 - color contains mainly: blue. Hex color #C0ABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABC2 is #3F543D. Grayscale: #B3B3B3. Windows color (decimal): -4150334 or 12757952. OLE color: 12757952.

HSL color Cylindrical-coordinate representation of color #C0ABC2: hue angle of 294.78º degrees, saturation: 0.16, 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 #C0ABC2 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB192171194-
CMYK0.010.1200.24
HSL294.78º15.86%71.57%-
HSV(B)294.78º11.86%76.08%-
XYZ46.0444.2357.15-
YUV179.9135.96136.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.47%
GREEN value IS 171 (67.19% from 255) = 30.70%
BLUE value IS 194 (76.17% from 255) = 34.83%
R=34.47%
G=30.70%
B=34.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921711940.010.1200.24294.7815.8671.57
HexC0ABC21C0181271048
Octal30025330211403044720110
Binary11000000101010111100001011100011000100100111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ABC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ABC2; }

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

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

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

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

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

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

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

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