#C1B8BF

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

Shades of Maverick #C1B8BF

Tints of Maverick #C1B8BF

Color information

#C1B8BF (or 0xC1B8BF) is unknown color: approx Maverick. HEX triplet: C1, B8 and BF. RGB value is (193,184,191). Sum of RGB (Red+Green+Blue) = 193+184+191=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 184 (72.27% from 255 or 32.39% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B8BF is #3E4740. Grayscale: #BBBBBB. Windows color (decimal): -4081473 or 12564673. OLE color: 12564673.

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

Color convert

RGB193184191-
CMYK00.050.010.24
HSL313.33º6.77%73.92%-
HSV(B)313.33º4.66%75.69%-
XYZ48.5449.3856.26-
YUV187.49129.98131.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.98%
GREEN value IS 184 (72.27% from 255) = 32.39%
BLUE value IS 191 (75% from 255) = 33.63%
R=33.98%
G=32.39%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318419100.050.010.24313.336.7773.92
HexC1B8BF0511813974a
Octal301270277051304717112
Binary11000001101110001011111101011110001001110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B8BF; }

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

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

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

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

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

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

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

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