#C4B3BD

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

Shades of Maverick #C4B3BD

Tints of Maverick #C4B3BD

Color information

#C4B3BD (or 0xC4B3BD) is unknown color: approx Maverick. HEX triplet: C4, B3 and BD. RGB value is (196,179,189). Sum of RGB (Red+Green+Blue) = 196+179+189=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 179 (70.31% from 255 or 31.74% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B3BD is #3B4C42. Grayscale: #B9B9B9. Windows color (decimal): -3886147 or 12432324. OLE color: 12432324.

HSL color Cylindrical-coordinate representation of color #C4B3BD: hue angle of 324.71º 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 #C4B3BD is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB196179189-
CMYK00.090.040.23
HSL324.71º12.59%73.53%-
HSV(B)324.71º8.67%76.86%-
XYZ48.0747.6554.81-
YUV185.22130.13135.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.75%
GREEN value IS 179 (70.31% from 255) = 31.74%
BLUE value IS 189 (74.22% from 255) = 33.51%
R=34.75%
G=31.74%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617918900.090.040.23324.7112.5973.53
HexC4B3BD09417145d4a
Octal30426327501142750515112
Binary110001001011001110111101010011001011110100010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B3BD; }

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

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

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

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

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

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

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

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