#C2B5BB

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

Shades of Maverick #C2B5BB

Tints of Maverick #C2B5BB

Color information

#C2B5BB (or 0xC2B5BB) is unknown color: approx Maverick. HEX triplet: C2, B5 and BB. RGB value is (194,181,187). Sum of RGB (Red+Green+Blue) = 194+181+187=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 181 (71.09% from 255 or 32.21% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B5BB is #3D4A44. Grayscale: #B9B9B9. Windows color (decimal): -4016709 or 12301762. OLE color: 12301762.

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

Color convert

RGB194181187-
CMYK00.070.040.24
HSL332.31º9.63%73.53%-
HSV(B)332.31º6.7%76.08%-
XYZ47.7448.153.78-
YUV185.57128.81134.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.52%
GREEN value IS 181 (71.09% from 255) = 32.21%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=34.52%
G=32.21%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418118700.070.040.24332.319.6373.53
HexC2B5BB0741814ca4a
Octal3022652730743051412112
Binary11000010101101011011101101111001100010100110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B5BB; }

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

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

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

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

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

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

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

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