#C0B2C3

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

Shades of Lola #C0B2C3

Tints of Lola #C0B2C3

Color information

#C0B2C3 (or 0xC0B2C3) is unknown color: approx Lola. HEX triplet: C0, B2 and C3. RGB value is (192,178,195). Sum of RGB (Red+Green+Blue) = 192+178+195=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 178 (69.92% from 255 or 31.50% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 195 - color contains mainly: blue. Hex color #C0B2C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B2C3 is #3F4D3C. Grayscale: #B8B8B8. Windows color (decimal): -4148541 or 12825280. OLE color: 12825280.

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

Color convert

RGB192178195-
CMYK0.020.0900.24
HSL289.41º12.41%73.14%-
HSV(B)289.41º8.72%76.47%-
XYZ47.5146.9958.2-
YUV184.12134.14133.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.98%
GREEN value IS 178 (69.92% from 255) = 31.50%
BLUE value IS 195 (76.56% from 255) = 34.51%
R=33.98%
G=31.50%
B=34.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921781950.020.0900.24289.4112.4173.14
HexC0B2C329018121c49
Octal30026230321103044114111
Binary11000000101100101100001110100101100010010000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B2C3; }

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

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

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

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

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

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

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

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