#C1B4BF

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

Shades of Maverick #C1B4BF

Tints of Maverick #C1B4BF

Color information

#C1B4BF (or 0xC1B4BF) is unknown color: approx Maverick. HEX triplet: C1, B4 and BF. RGB value is (193,180,191). Sum of RGB (Red+Green+Blue) = 193+180+191=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 180 (70.70% from 255 or 31.91% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B4BF is #3E4B40. Grayscale: #B9B9B9. Windows color (decimal): -4082497 or 12563649. OLE color: 12563649.

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

Color convert

RGB193180191-
CMYK00.070.010.24
HSL309.23º9.49%73.14%-
HSV(B)309.23º6.74%75.69%-
XYZ47.7247.7455.99-
YUV185.14131.31133.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.22%
GREEN value IS 180 (70.70% from 255) = 31.91%
BLUE value IS 191 (75% from 255) = 33.87%
R=34.22%
G=31.91%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318019100.070.010.24309.239.4973.14
HexC1B4BF07118135949
Octal3012642770713046511111
Binary110000011011010010111111011111100010011010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B4BF; }

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

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

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

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

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

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

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

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