#C0BEBF

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

Shades of Maverick #C0BEBF

Tints of Maverick #C0BEBF

Color information

#C0BEBF (or 0xC0BEBF) is unknown color: approx Maverick. HEX triplet: C0, BE and BF. RGB value is (192,190,191). Sum of RGB (Red+Green+Blue) = 192+190+191=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BEBF is #3F4140. Grayscale: #BEBEBE. Windows color (decimal): -4145473 or 12566208. OLE color: 12566208.

HSL color Cylindrical-coordinate representation of color #C0BEBF: hue angle of 330º 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 #C0BEBF is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB192190191-
CMYK00.010.010.25
HSL330º1.56%74.9%-
HSV(B)330º1.04%75.29%-
XYZ49.5651.7956.68-
YUV190.71128.16128.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.51%
GREEN value IS 190 (74.61% from 255) = 33.16%
BLUE value IS 191 (75% from 255) = 33.33%
R=33.51%
G=33.16%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219019100.010.010.253301.5674.9
HexC0BEBF0111914a24b
Octal300276277011315122113
Binary11000000101111101011111101111001101001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BEBF; }

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

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

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

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

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

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

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

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