#C1BDBF

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

Shades of Maverick #C1BDBF

Tints of Maverick #C1BDBF

Color information

#C1BDBF (or 0xC1BDBF) is unknown color: approx Maverick. HEX triplet: C1, BD and BF. RGB value is (193,189,191). Sum of RGB (Red+Green+Blue) = 193+189+191=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDBF is #3E4240. Grayscale: #BEBEBE. Windows color (decimal): -4080193 or 12565953. OLE color: 12565953.

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

Color convert

RGB193189191-
CMYK00.020.010.24
HSL330º3.12%74.9%-
HSV(B)330º2.07%75.69%-
XYZ49.5951.4956.62-
YUV190.42128.33129.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.68%
GREEN value IS 189 (74.22% from 255) = 32.98%
BLUE value IS 191 (75% from 255) = 33.33%
R=33.68%
G=32.98%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318919100.020.010.243303.1274.9
HexC1BDBF0211814a34b
Octal301275277021305123113
Binary110000011011110110111111010111000101001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BDBF; }

 p { color: rgb(193,189,191); }

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

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

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

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

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

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

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