#C3B8BF

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

Shades of Maverick #C3B8BF

Tints of Maverick #C3B8BF

Color information

#C3B8BF (or 0xC3B8BF) is unknown color: approx Maverick. HEX triplet: C3, B8 and BF. RGB value is (195,184,191). Sum of RGB (Red+Green+Blue) = 195+184+191=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B8BF is #3C4740. Grayscale: #BCBCBC. Windows color (decimal): -3950401 or 12564675. OLE color: 12564675.

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

Color convert

RGB195184191-
CMYK00.060.020.24
HSL321.82º8.4%74.31%-
HSV(B)321.82º5.64%76.47%-
XYZ49.0549.6456.29-
YUV188.09129.64132.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.21%
GREEN value IS 184 (72.27% from 255) = 32.28%
BLUE value IS 191 (75% from 255) = 33.51%
R=34.21%
G=32.28%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518419100.060.020.24321.828.474.31
HexC3B8BF0621814284a
Octal3032702770623050210112
Binary1100001110111000101111110110101100010100001010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B8BF; }

 p { color: rgb(195,184,191); }

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

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

 a { background-color: rgb(195,184,191); }

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

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

 span { border-color: rgb(195,184,191); }

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