#C4B0BD

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

Shades of Maverick #C4B0BD

Tints of Maverick #C4B0BD

Color information

#C4B0BD (or 0xC4B0BD) is unknown color: approx Maverick. HEX triplet: C4, B0 and BD. RGB value is (196,176,189). Sum of RGB (Red+Green+Blue) = 196+176+189=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 176 (69.14% from 255 or 31.37% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4B0BD is #3B4F42. Grayscale: #B7B7B7. Windows color (decimal): -3886915 or 12431556. OLE color: 12431556.

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

Color convert

RGB196176189-
CMYK00.100.040.23
HSL321º14.49%72.94%-
HSV(B)321º10.2%76.86%-
XYZ47.4846.4654.61-
YUV183.46131.13136.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.94%
GREEN value IS 176 (69.14% from 255) = 31.37%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=34.94%
G=31.37%
B=33.69%

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
Decimal19617618900.100.040.2332114.4972.94
HexC4B0BD0A417141e49
Octal30426027501242750116111
Binary110001001011000010111101010101001011110100000111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B0BD; }

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

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

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

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

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

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

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

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