#C3B2C5

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

Shades of Lola #C3B2C5

Tints of Lola #C3B2C5

Color information

#C3B2C5 (or 0xC3B2C5) is unknown color: approx Lola. HEX triplet: C3, B2 and C5. RGB value is (195,178,197). Sum of RGB (Red+Green+Blue) = 195+178+197=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 197 - color contains mainly: blue. Hex color #C3B2C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B2C5 is #3C4D3A. Grayscale: #B9B9B9. Windows color (decimal): -3951931 or 12956355. OLE color: 12956355.

HSL color Cylindrical-coordinate representation of color #C3B2C5: hue angle of 293.68º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3B2C5 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB195178197-
CMYK0.010.1000.23
HSL293.68º14.07%73.53%-
HSV(B)293.68º9.64%77.25%-
XYZ48.547.4759.43-
YUV185.25134.63134.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.21%
GREEN value IS 178 (69.92% from 255) = 31.23%
BLUE value IS 197 (77.34% from 255) = 34.56%
R=34.21%
G=31.23%
B=34.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1951781970.010.1000.23293.6814.0773.53
HexC3B2C51A017126e4a
Octal30326230511202744616112
Binary1100001110110010110001011101001011110010011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B2C5; }

 p { color: rgb(195,178,197); }

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

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

 a { background-color: rgb(195,178,197); }

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

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

 span { border-color: rgb(195,178,197); }

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