#C0BCBF

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

Shades of Maverick #C0BCBF

Tints of Maverick #C0BCBF

Color information

#C0BCBF (or 0xC0BCBF) is unknown color: approx Maverick. HEX triplet: C0, BC and BF. RGB value is (192,188,191). Sum of RGB (Red+Green+Blue) = 192+188+191=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCBF is #3F4340. Grayscale: #BDBDBD. Windows color (decimal): -4145985 or 12565696. OLE color: 12565696.

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

Color convert

RGB192188191-
CMYK00.020.010.25
HSL315º3.08%74.51%-
HSV(B)315º2.08%75.29%-
XYZ49.1350.9356.53-
YUV189.54128.83129.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.63%
GREEN value IS 188 (73.83% from 255) = 32.92%
BLUE value IS 191 (75% from 255) = 33.45%
R=33.63%
G=32.92%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218819100.020.010.253153.0874.51
HexC0BCBF0211913b34b
Octal300274277021314733113
Binary110000001011110010111111010111001100111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BCBF; }

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

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

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

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

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

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

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

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