#C3B6BF

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

Shades of Maverick #C3B6BF

Tints of Maverick #C3B6BF

Color information

#C3B6BF (or 0xC3B6BF) is unknown color: approx Maverick. HEX triplet: C3, B6 and BF. RGB value is (195,182,191). Sum of RGB (Red+Green+Blue) = 195+182+191=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 182 (71.48% from 255 or 32.04% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B6BF is #3C4940. Grayscale: #BABABA. Windows color (decimal): -3950913 or 12564163. OLE color: 12564163.

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

Color convert

RGB195182191-
CMYK00.070.020.24
HSL318.46º9.77%73.92%-
HSV(B)318.46º6.67%76.47%-
XYZ48.6448.8256.15-
YUV186.91130.31133.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.33%
GREEN value IS 182 (71.48% from 255) = 32.04%
BLUE value IS 191 (75% from 255) = 33.63%
R=34.33%
G=32.04%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518219100.070.020.24318.469.7773.92
HexC3B6BF0721813ea4a
Octal3032662770723047612112
Binary1100001110110110101111110111101100010011111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B6BF; }

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

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

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

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

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

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

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

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