#C1B9BD

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

Shades of Maverick #C1B9BD

Tints of Maverick #C1B9BD

Color information

#C1B9BD (or 0xC1B9BD) is unknown color: approx Maverick. HEX triplet: C1, B9 and BD. RGB value is (193,185,189). Sum of RGB (Red+Green+Blue) = 193+185+189=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 185 (72.66% from 255 or 32.63% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B9BD is #3E4642. Grayscale: #BBBBBB. Windows color (decimal): -4081219 or 12433857. OLE color: 12433857.

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

Color convert

RGB193185189-
CMYK00.040.020.24
HSL330º6.06%74.12%-
HSV(B)330º4.15%75.69%-
XYZ48.5349.7155.18-
YUV187.85128.65131.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.04%
GREEN value IS 185 (72.66% from 255) = 32.63%
BLUE value IS 189 (74.22% from 255) = 33.33%
R=34.04%
G=32.63%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318518900.040.020.243306.0674.12
HexC1B9BD0421814a64a
Octal301271275042305126112
Binary110000011011100110111101010010110001010010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B9BD; }

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

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

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

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

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

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

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

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