#C4B3BB

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

Shades of Maverick #C4B3BB

Tints of Maverick #C4B3BB

Color information

#C4B3BB (or 0xC4B3BB) is unknown color: approx Maverick. HEX triplet: C4, B3 and BB. RGB value is (196,179,187). Sum of RGB (Red+Green+Blue) = 196+179+187=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 179 (70.31% from 255 or 31.85% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B3BB is #3B4C44. Grayscale: #B8B8B8. Windows color (decimal): -3886149 or 12301252. OLE color: 12301252.

HSL color Cylindrical-coordinate representation of color #C4B3BB: hue angle of 331.76º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4B3BB is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB196179187-
CMYK00.090.050.23
HSL331.76º12.59%73.53%-
HSV(B)331.76º8.67%76.86%-
XYZ47.8547.5653.67-
YUV185129.13135.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.88%
GREEN value IS 179 (70.31% from 255) = 31.85%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=34.88%
G=31.85%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617918700.090.050.23331.7612.5973.53
HexC4B3BB0951714cd4a
Octal30426327301152751415112
Binary110001001011001110111011010011011011110100110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B3BB; }

 p { color: rgb(196,179,187); }

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

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

 a { background-color: rgb(196,179,187); }

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

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

 span { border-color: rgb(196,179,187); }

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