#C2B8BF

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

Shades of Maverick #C2B8BF

Tints of Maverick #C2B8BF

Color information

#C2B8BF (or 0xC2B8BF) is unknown color: approx Maverick. HEX triplet: C2, B8 and BF. RGB value is (194,184,191). Sum of RGB (Red+Green+Blue) = 194+184+191=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 184 (72.27% from 255 or 32.34% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B8BF is #3D4740. Grayscale: #BBBBBB. Windows color (decimal): -4015937 or 12564674. OLE color: 12564674.

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

Color convert

RGB194184191-
CMYK00.050.020.24
HSL318º7.58%74.12%-
HSV(B)318º5.15%76.08%-
XYZ48.7949.5156.28-
YUV187.79129.81132.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.09%
GREEN value IS 184 (72.27% from 255) = 32.34%
BLUE value IS 191 (75% from 255) = 33.57%
R=34.09%
G=32.34%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418419100.050.020.243187.5874.12
HexC2B8BF0521813e84a
Octal3022702770523047610112
Binary1100001010111000101111110101101100010011111010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B8BF; }

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

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

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

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

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

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

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

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