#C3B1C6

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

Shades of Lola #C3B1C6

Tints of Lola #C3B1C6

Color information

#C3B1C6 (or 0xC3B1C6) is unknown color: approx Lola. HEX triplet: C3, B1 and C6. RGB value is (195,177,198). Sum of RGB (Red+Green+Blue) = 195+177+198=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 198 - color contains mainly: blue. Hex color #C3B1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B1C6 is #3C4E39. Grayscale: #B8B8B8. Windows color (decimal): -3952186 or 13021635. OLE color: 13021635.

HSL color Cylindrical-coordinate representation of color #C3B1C6: hue angle of 291.43º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3B1C6 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB195177198-
CMYK0.020.1100.22
HSL291.43º15.56%73.53%-
HSV(B)291.43º10.61%77.65%-
XYZ48.4247.1259.97-
YUV184.78135.46135.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.21%
GREEN value IS 177 (69.53% from 255) = 31.05%
BLUE value IS 198 (77.73% from 255) = 34.74%
R=34.21%
G=31.05%
B=34.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1951771980.020.1100.22291.4315.5673.53
HexC3B1C62B016123104a
Octal30326130621302644320112
Binary110000111011000111000110101011010110100100011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B1C6; }

 p { color: rgb(195,177,198); }

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

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

 a { background-color: rgb(195,177,198); }

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

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

 span { border-color: rgb(195,177,198); }

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