#C1B7BE

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

Shades of Maverick #C1B7BE

Tints of Maverick #C1B7BE

Color information

#C1B7BE (or 0xC1B7BE) is unknown color: approx Maverick. HEX triplet: C1, B7 and BE. RGB value is (193,183,190). Sum of RGB (Red+Green+Blue) = 193+183+190=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 183 (71.88% from 255 or 32.33% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B7BE is #3E4841. Grayscale: #BABABA. Windows color (decimal): -4081730 or 12498881. OLE color: 12498881.

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

Color convert

RGB193183190-
CMYK00.050.020.24
HSL318º7.46%73.73%-
HSV(B)318º5.18%75.69%-
XYZ48.2248.9255.62-
YUV186.79129.81132.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.10%
GREEN value IS 183 (71.88% from 255) = 32.33%
BLUE value IS 190 (74.61% from 255) = 33.57%
R=34.10%
G=32.33%
B=33.57%

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
Decimal19318319000.050.020.243187.4673.73
HexC1B7BE0521813e74a
Octal301267276052304767112
Binary110000011011011110111110010110110001001111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B7BE; }

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

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

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

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

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

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

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

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