#C2BDBF

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

Shades of Maverick #C2BDBF

Tints of Maverick #C2BDBF

Color information

#C2BDBF (or 0xC2BDBF) is unknown color: approx Maverick. HEX triplet: C2, BD and BF. RGB value is (194,189,191). Sum of RGB (Red+Green+Blue) = 194+189+191=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDBF is #3D4240. Grayscale: #BEBEBE. Windows color (decimal): -4014657 or 12565954. OLE color: 12565954.

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

Color convert

RGB194189191-
CMYK00.030.020.24
HSL336º3.94%75.1%-
HSV(B)336º2.58%76.08%-
XYZ49.8551.6356.63-
YUV190.72128.16130.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.80%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 191 (75% from 255) = 33.28%
R=33.80%
G=32.93%
B=33.28%

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
Decimal19418919100.030.020.243363.9475.1
HexC2BDBF0321815044b
Octal302275277032305204113
Binary11000010101111011011111101110110001010100001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDBF; }

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

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

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

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

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

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

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

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