#C3BDBF

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

Shades of Maverick #C3BDBF

Tints of Maverick #C3BDBF

Color information

#C3BDBF (or 0xC3BDBF) is unknown color: approx Maverick. HEX triplet: C3, BD and BF. RGB value is (195,189,191). Sum of RGB (Red+Green+Blue) = 195+189+191=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDBF is #3C4240. Grayscale: #BFBFBF. Windows color (decimal): -3949121 or 12565955. OLE color: 12565955.

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

Color convert

RGB195189191-
CMYK00.030.020.24
HSL340º4.76%75.29%-
HSV(B)340º3.08%76.47%-
XYZ50.1151.7656.64-
YUV191.02127.99130.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.91%
GREEN value IS 189 (74.22% from 255) = 32.87%
BLUE value IS 191 (75% from 255) = 33.22%
R=33.91%
G=32.87%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518919100.030.020.243404.7675.29
HexC3BDBF0321815454b
Octal303275277032305245113
Binary11000011101111011011111101110110001010101001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BDBF; }

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

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

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

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

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

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

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

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