#C4A9BE

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

Shades of Maverick #C4A9BE

Tints of Maverick #C4A9BE

Color information

#C4A9BE (or 0xC4A9BE) is unknown color: approx Maverick. HEX triplet: C4, A9 and BE. RGB value is (196,169,190). Sum of RGB (Red+Green+Blue) = 196+169+190=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A9BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A9BE is #3B5641. Grayscale: #B3B3B3. Windows color (decimal): -3888706 or 12495300. OLE color: 12495300.

HSL color Cylindrical-coordinate representation of color #C4A9BE: hue angle of 313.33º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4A9BE is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB196169190-
CMYK00.140.030.23
HSL313.33º18.62%71.57%-
HSV(B)313.33º13.78%76.86%-
XYZ46.2543.8354.74-
YUV179.47133.95139.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.32%
GREEN value IS 169 (66.41% from 255) = 30.45%
BLUE value IS 190 (74.61% from 255) = 34.23%
R=35.32%
G=30.45%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616919000.140.030.23313.3318.6271.57
HexC4A9BE0E3171391348
Octal30425127601632747123110
Binary110001001010100110111110011101110111100111001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A9BE; }

 p { color: rgb(196,169,190); }

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

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

 a { background-color: rgb(196,169,190); }

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

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

 span { border-color: rgb(196,169,190); }

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