#C1B0C1

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

Shades of Lola #C1B0C1

Tints of Lola #C1B0C1

Color information

#C1B0C1 (or 0xC1B0C1) is unknown color: approx Lola. HEX triplet: C1, B0 and C1. RGB value is (193,176,193). Sum of RGB (Red+Green+Blue) = 193+176+193=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 176 (69.14% from 255 or 31.32% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C1B0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B0C1 is #3E4F3E. Grayscale: #B6B6B6. Windows color (decimal): -4083519 or 12693697. OLE color: 12693697.

HSL color Cylindrical-coordinate representation of color #C1B0C1: hue angle of 300º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1B0C1 is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB193176193-
CMYK00.0900.24
HSL300º12.06%72.35%-
HSV(B)300º8.81%75.69%-
XYZ47.1446.2456.89-
YUV183.02133.63135.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.34%
GREEN value IS 176 (69.14% from 255) = 31.32%
BLUE value IS 193 (75.78% from 255) = 34.34%
R=34.34%
G=31.32%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317619300.0900.2430012.0672.35
HexC1B0C10901812cc48
Octal30126030101103045414110
Binary1100000110110000110000010100101100010010110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B0C1; }

 p { color: rgb(193,176,193); }

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

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

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

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

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

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

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