#C2B2BF

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

Shades of Maverick #C2B2BF

Tints of Maverick #C2B2BF

Color information

#C2B2BF (or 0xC2B2BF) is unknown color: approx Maverick. HEX triplet: C2, B2 and BF. RGB value is (194,178,191). Sum of RGB (Red+Green+Blue) = 194+178+191=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 178 (69.92% from 255 or 31.62% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B2BF is #3D4D40. Grayscale: #B8B8B8. Windows color (decimal): -4017473 or 12563138. OLE color: 12563138.

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

Color convert

RGB194178191-
CMYK00.080.020.24
HSL311.25º11.59%72.94%-
HSV(B)311.25º8.25%76.08%-
XYZ47.5747.0755.87-
YUV184.27131.8134.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.46%
GREEN value IS 178 (69.92% from 255) = 31.62%
BLUE value IS 191 (75% from 255) = 33.93%
R=34.46%
G=31.62%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417819100.080.020.24311.2511.5972.94
HexC2B2BF08218137c49
Octal30226227701023046714111
Binary11000010101100101011111101000101100010011011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B2BF; }

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

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

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

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

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

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

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

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