#C2B6BD

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

Shades of Maverick #C2B6BD

Tints of Maverick #C2B6BD

Color information

#C2B6BD (or 0xC2B6BD) is unknown color: approx Maverick. HEX triplet: C2, B6 and BD. RGB value is (194,182,189). Sum of RGB (Red+Green+Blue) = 194+182+189=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 182 (71.48% from 255 or 32.21% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B6BD is #3D4942. Grayscale: #BABABA. Windows color (decimal): -4016451 or 12433090. OLE color: 12433090.

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

Color convert

RGB194182189-
CMYK00.060.030.24
HSL325º8.96%73.73%-
HSV(B)325º6.19%76.08%-
XYZ48.1648.654.99-
YUV186.39129.48133.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.34%
GREEN value IS 182 (71.48% from 255) = 32.21%
BLUE value IS 189 (74.22% from 255) = 33.45%
R=34.34%
G=32.21%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418218900.060.030.243258.9673.73
HexC2B6BD0631814594a
Octal3022662750633050511112
Binary1100001010110110101111010110111100010100010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B6BD; }

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

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

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

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

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

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

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

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