#C2B6BB

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

Shades of Maverick #C2B6BB

Tints of Maverick #C2B6BB

Color information

#C2B6BB (or 0xC2B6BB) is unknown color: approx Maverick. HEX triplet: C2, B6 and BB. RGB value is (194,182,187). Sum of RGB (Red+Green+Blue) = 194+182+187=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 182 (71.48% from 255 or 32.33% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B6BB is #3D4944. Grayscale: #BABABA. Windows color (decimal): -4016453 or 12302018. OLE color: 12302018.

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

Color convert

RGB194182187-
CMYK00.060.040.24
HSL335º8.96%73.73%-
HSV(B)335º6.19%76.08%-
XYZ47.9548.5153.85-
YUV186.16128.48133.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.46%
GREEN value IS 182 (71.48% from 255) = 32.33%
BLUE value IS 187 (73.44% from 255) = 33.21%
R=34.46%
G=32.33%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418218700.060.040.243358.9673.73
HexC2B6BB0641814f94a
Octal3022662730643051711112
Binary11000010101101101011101101101001100010100111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B6BB; }

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

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

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

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

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

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

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

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