#C2B4BE

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

Shades of Maverick #C2B4BE

Tints of Maverick #C2B4BE

Color information

#C2B4BE (or 0xC2B4BE) is unknown color: approx Maverick. HEX triplet: C2, B4 and BE. RGB value is (194,180,190). Sum of RGB (Red+Green+Blue) = 194+180+190=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 180 (70.70% from 255 or 31.91% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B4BE is #3D4B41. Grayscale: #B9B9B9. Windows color (decimal): -4016962 or 12498114. OLE color: 12498114.

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

Color convert

RGB194180190-
CMYK00.070.020.24
HSL317.14º10.29%73.33%-
HSV(B)317.14º7.22%76.08%-
XYZ47.8647.8355.42-
YUV185.33130.64134.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.40%
GREEN value IS 180 (70.70% from 255) = 31.91%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=34.40%
G=31.91%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418019000.070.020.24317.1410.2973.33
HexC2B4BE0721813da49
Octal3022642760723047512111
Binary1100001010110100101111100111101100010011110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B4BE; }

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

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

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

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

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

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

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

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