#C4B2BD

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

Shades of Maverick #C4B2BD

Tints of Maverick #C4B2BD

Color information

#C4B2BD (or 0xC4B2BD) is unknown color: approx Maverick. HEX triplet: C4, B2 and BD. RGB value is (196,178,189). Sum of RGB (Red+Green+Blue) = 196+178+189=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 178 (69.92% from 255 or 31.62% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4B2BD is #3B4D42. Grayscale: #B8B8B8. Windows color (decimal): -3886403 or 12432068. OLE color: 12432068.

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

Color convert

RGB196178189-
CMYK00.090.040.23
HSL323.33º13.24%73.33%-
HSV(B)323.33º9.18%76.86%-
XYZ47.8747.2554.74-
YUV184.64130.46136.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.81%
GREEN value IS 178 (69.92% from 255) = 31.62%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=34.81%
G=31.62%
B=33.57%

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
Decimal19617818900.090.040.23323.3313.2473.33
HexC4B2BD09417143d49
Octal30426227501142750315111
Binary110001001011001010111101010011001011110100001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B2BD; }

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

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

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

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

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

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

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

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