#C3B6BE

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

Shades of Maverick #C3B6BE

Tints of Maverick #C3B6BE

Color information

#C3B6BE (or 0xC3B6BE) is unknown color: approx Maverick. HEX triplet: C3, B6 and BE. RGB value is (195,182,190). Sum of RGB (Red+Green+Blue) = 195+182+190=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 182 (71.48% from 255 or 32.10% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B6BE is #3C4941. Grayscale: #BABABA. Windows color (decimal): -3950914 or 12498627. OLE color: 12498627.

HSL color Cylindrical-coordinate representation of color #C3B6BE: hue angle of 323.08º 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 #C3B6BE is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB195182190-
CMYK00.070.030.24
HSL323.08º9.77%73.92%-
HSV(B)323.08º6.67%76.47%-
XYZ48.5348.7855.57-
YUV186.8129.81133.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.39%
GREEN value IS 182 (71.48% from 255) = 32.10%
BLUE value IS 190 (74.61% from 255) = 33.51%
R=34.39%
G=32.10%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518219000.070.030.24323.089.7773.92
HexC3B6BE07318143a4a
Octal3032662760733050312112
Binary1100001110110110101111100111111100010100001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B6BE; }

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

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

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

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

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

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

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

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