#C3BFC3

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

Shades of Lola #C3BFC3

Tints of Lola #C3BFC3

Color information

#C3BFC3 (or 0xC3BFC3) is unknown color: approx Lola. HEX triplet: C3, BF and C3. RGB value is (195,191,195). Sum of RGB (Red+Green+Blue) = 195+191+195=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C3BFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFC3 is #3C403C. Grayscale: #C0C0C0. Windows color (decimal): -3948605 or 12828611. OLE color: 12828611.

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

Color convert

RGB195191195-
CMYK00.0200.24
HSL300º3.23%75.69%-
HSV(B)300º2.05%76.47%-
XYZ50.9952.859.13-
YUV192.65129.33129.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.56%
GREEN value IS 191 (75% from 255) = 32.87%
BLUE value IS 195 (76.56% from 255) = 33.56%
R=33.56%
G=32.87%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519119500.0200.243003.2375.69
HexC3BFC30201812c34c
Octal303277303020304543114
Binary110000111011111111000011010011000100101100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFC3; }

 p { color: rgb(195,191,195); }

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

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

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

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

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

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

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