#C0BEC0

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

Shades of Lola #C0BEC0

Tints of Lola #C0BEC0

Color information

#C0BEC0 (or 0xC0BEC0) is unknown color: approx Lola. HEX triplet: C0, BE and C0. RGB value is (192,190,192). Sum of RGB (Red+Green+Blue) = 192+190+192=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C0BEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BEC0 is #3F413F. Grayscale: #BEBEBE. Windows color (decimal): -4145472 or 12631744. OLE color: 12631744.

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

Color convert

RGB192190192-
CMYK00.0100.25
HSL300º1.56%74.9%-
HSV(B)300º1.04%75.29%-
XYZ49.6751.8457.26-
YUV190.83128.66128.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.45%
GREEN value IS 190 (74.61% from 255) = 33.10%
BLUE value IS 192 (75.39% from 255) = 33.45%
R=33.45%
G=33.10%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219019200.0100.253001.5674.9
HexC0BEC00101912c24b
Octal300276300010314542113
Binary11000000101111101100000001011001100101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BEC0; }

 p { color: rgb(192,190,192); }

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

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

 a { background-color: rgb(192,190,192); }

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

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

 span { border-color: rgb(192,190,192); }

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