#C5B8C6

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

Shades of Lola #C5B8C6

Tints of Lola #C5B8C6

Color information

#C5B8C6 (or 0xC5B8C6) is unknown color: approx Lola. HEX triplet: C5, B8 and C6. RGB value is (197,184,198). Sum of RGB (Red+Green+Blue) = 197+184+198=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 198 - color contains mainly: blue. Hex color #C5B8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B8C6 is #3A4739. Grayscale: #BDBDBD. Windows color (decimal): -3819322 or 13023429. OLE color: 13023429.

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

Color convert

RGB197184198-
CMYK0.010.0700.22
HSL295.71º10.94%74.9%-
HSV(B)295.71º7.07%77.65%-
XYZ50.3650.2360.47-
YUV189.48132.81133.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.02%
GREEN value IS 184 (72.27% from 255) = 31.78%
BLUE value IS 198 (77.73% from 255) = 34.20%
R=34.02%
G=31.78%
B=34.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1971841980.010.0700.22295.7110.9474.9
HexC5B8C617016128b4b
Octal3052703061702645013113
Binary110001011011100011000110111101011010010100010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B8C6; }

 p { color: rgb(197,184,198); }

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

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

 a { background-color: rgb(197,184,198); }

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

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

 span { border-color: rgb(197,184,198); }

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