#C3B4B9

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

Shades of Maverick #C3B4B9

Tints of Maverick #C3B4B9

Color information

#C3B4B9 (or 0xC3B4B9) is unknown color: approx Maverick. HEX triplet: C3, B4 and B9. RGB value is (195,180,185). Sum of RGB (Red+Green+Blue) = 195+180+185=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B4B9 is #3C4B46. Grayscale: #B9B9B9. Windows color (decimal): -3951431 or 12170435. OLE color: 12170435.

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

Color convert

RGB195180185-
CMYK00.080.050.24
HSL340º11.11%73.53%-
HSV(B)340º7.69%76.47%-
XYZ47.5847.7552.61-
YUV185.06127.97135.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.82%
GREEN value IS 180 (70.70% from 255) = 32.14%
BLUE value IS 185 (72.66% from 255) = 33.04%
R=34.82%
G=32.14%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518018500.080.050.2434011.1173.53
HexC3B4B908518154b4a
Octal30326427101053052413112
Binary110000111011010010111001010001011100010101010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B4B9; }

 p { color: rgb(195,180,185); }

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

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

 a { background-color: rgb(195,180,185); }

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

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

 span { border-color: rgb(195,180,185); }

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