#C4B1BD

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

Shades of Maverick #C4B1BD

Tints of Maverick #C4B1BD

Color information

#C4B1BD (or 0xC4B1BD) is unknown color: approx Maverick. HEX triplet: C4, B1 and BD. RGB value is (196,177,189). Sum of RGB (Red+Green+Blue) = 196+177+189=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 177 (69.53% from 255 or 31.49% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4B1BD is #3B4E42. Grayscale: #B8B8B8. Windows color (decimal): -3886659 or 12431812. OLE color: 12431812.

HSL color Cylindrical-coordinate representation of color #C4B1BD: hue angle of 322.11º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4B1BD is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB196177189-
CMYK00.100.040.23
HSL322.11º13.87%73.14%-
HSV(B)322.11º9.69%76.86%-
XYZ47.6746.8554.68-
YUV184.05130.79136.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.88%
GREEN value IS 177 (69.53% from 255) = 31.49%
BLUE value IS 189 (74.22% from 255) = 33.63%
R=34.88%
G=31.49%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617718900.100.040.23322.1113.8773.14
HexC4B1BD0A417142e49
Octal30426127501242750216111
Binary110001001011000110111101010101001011110100001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B1BD; }

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

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

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

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

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

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

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

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