#C1B7BD

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

Shades of Maverick #C1B7BD

Tints of Maverick #C1B7BD

Color information

#C1B7BD (or 0xC1B7BD) is unknown color: approx Maverick. HEX triplet: C1, B7 and BD. RGB value is (193,183,189). Sum of RGB (Red+Green+Blue) = 193+183+189=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 183 (71.88% from 255 or 32.39% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B7BD is #3E4842. Grayscale: #BABABA. Windows color (decimal): -4081731 or 12433345. OLE color: 12433345.

HSL color Cylindrical-coordinate representation of color #C1B7BD: hue angle of 324º 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 #C1B7BD is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB193183189-
CMYK00.050.020.24
HSL324º7.46%73.73%-
HSV(B)324º5.18%75.69%-
XYZ48.1148.8855.04-
YUV186.67129.31132.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.16%
GREEN value IS 183 (71.88% from 255) = 32.39%
BLUE value IS 189 (74.22% from 255) = 33.45%
R=34.16%
G=32.39%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318318900.050.020.243247.4673.73
HexC1B7BD0521814474a
Octal301267275052305047112
Binary110000011011011110111101010110110001010001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B7BD; }

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

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

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

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

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

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

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

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