#C4B4BD

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

Shades of Maverick #C4B4BD

Tints of Maverick #C4B4BD

Color information

#C4B4BD (or 0xC4B4BD) is unknown color: approx Maverick. HEX triplet: C4, B4 and BD. RGB value is (196,180,189). Sum of RGB (Red+Green+Blue) = 196+180+189=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 180 (70.70% from 255 or 31.86% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B4BD is #3B4B42. Grayscale: #B9B9B9. Windows color (decimal): -3885891 or 12432580. OLE color: 12432580.

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

Color convert

RGB196180189-
CMYK00.080.040.23
HSL326.25º11.94%73.73%-
HSV(B)326.25º8.16%76.86%-
XYZ48.2748.0554.87-
YUV185.81129.8135.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.69%
GREEN value IS 180 (70.70% from 255) = 31.86%
BLUE value IS 189 (74.22% from 255) = 33.45%
R=34.69%
G=31.86%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618018900.080.040.23326.2511.9473.73
HexC4B4BD08417146c4a
Octal30426427501042750614112
Binary110001001011010010111101010001001011110100011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B4BD; }

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

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

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

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

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

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

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

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