#C3B9BE

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

Shades of Maverick #C3B9BE

Tints of Maverick #C3B9BE

Color information

#C3B9BE (or 0xC3B9BE) is unknown color: approx Maverick. HEX triplet: C3, B9 and BE. RGB value is (195,185,190). Sum of RGB (Red+Green+Blue) = 195+185+190=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 185 (72.66% from 255 or 32.46% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B9BE is #3C4641. Grayscale: #BCBCBC. Windows color (decimal): -3950146 or 12499395. OLE color: 12499395.

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

Color convert

RGB195185190-
CMYK00.050.030.24
HSL330º7.69%74.51%-
HSV(B)330º5.13%76.47%-
XYZ49.1550.0255.78-
YUV188.56128.81132.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.21%
GREEN value IS 185 (72.66% from 255) = 32.46%
BLUE value IS 190 (74.61% from 255) = 33.33%
R=34.21%
G=32.46%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518519000.050.030.243307.6974.51
HexC3B9BE0531814a84b
Octal3032712760533051210113
Binary1100001110111001101111100101111100010100101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B9BE; }

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

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

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

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

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

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

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

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