#C2B4BA

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

Shades of Maverick #C2B4BA

Tints of Maverick #C2B4BA

Color information

#C2B4BA (or 0xC2B4BA) is unknown color: approx Maverick. HEX triplet: C2, B4 and BA. RGB value is (194,180,186). Sum of RGB (Red+Green+Blue) = 194+180+186=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B4BA is #3D4B45. Grayscale: #B8B8B8. Windows color (decimal): -4016966 or 12235970. OLE color: 12235970.

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

Color convert

RGB194180186-
CMYK00.070.040.24
HSL334.29º10.29%73.33%-
HSV(B)334.29º7.22%76.08%-
XYZ47.4347.6653.15-
YUV184.87128.64134.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.64%
GREEN value IS 180 (70.70% from 255) = 32.14%
BLUE value IS 186 (73.05% from 255) = 33.21%
R=34.64%
G=32.14%
B=33.21%

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
Decimal19418018600.070.040.24334.2910.2973.33
HexC2B4BA0741814ea49
Octal3022642720743051612111
Binary11000010101101001011101001111001100010100111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B4BA; }

 p { color: rgb(194,180,186); }

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

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

 a { background-color: rgb(194,180,186); }

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

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

 span { border-color: rgb(194,180,186); }

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