#C3B7BF

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

Shades of Maverick #C3B7BF

Tints of Maverick #C3B7BF

Color information

#C3B7BF (or 0xC3B7BF) is unknown color: approx Maverick. HEX triplet: C3, B7 and BF. RGB value is (195,183,191). Sum of RGB (Red+Green+Blue) = 195+183+191=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B7BF is #3C4840. Grayscale: #BBBBBB. Windows color (decimal): -3950657 or 12564419. OLE color: 12564419.

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

Color convert

RGB195183191-
CMYK00.060.020.24
HSL320º9.09%74.12%-
HSV(B)320º6.15%76.47%-
XYZ48.8449.2356.22-
YUV187.5129.98133.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.27%
GREEN value IS 183 (71.88% from 255) = 32.16%
BLUE value IS 191 (75% from 255) = 33.57%
R=34.27%
G=32.16%
B=33.57%

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
Decimal19518319100.060.020.243209.0974.12
HexC3B7BF0621814094a
Octal3032672770623050011112
Binary1100001110110111101111110110101100010100000010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B7BF; }

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

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

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

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

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

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

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

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