#C4A9BC

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

Shades of Maverick #C4A9BC

Tints of Maverick #C4A9BC

Color information

#C4A9BC (or 0xC4A9BC) is unknown color: approx Maverick. HEX triplet: C4, A9 and BC. RGB value is (196,169,188). Sum of RGB (Red+Green+Blue) = 196+169+188=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A9BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A9BC is #3B5643. Grayscale: #B3B3B3. Windows color (decimal): -3888708 or 12364228. OLE color: 12364228.

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

Color convert

RGB196169188-
CMYK00.140.040.23
HSL317.78º18.62%71.57%-
HSV(B)317.78º13.78%76.86%-
XYZ46.0343.7453.59-
YUV179.24132.95139.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.44%
GREEN value IS 169 (66.41% from 255) = 30.56%
BLUE value IS 188 (73.83% from 255) = 34.00%
R=35.44%
G=30.56%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616918800.140.040.23317.7818.6271.57
HexC4A9BC0E41713e1348
Octal30425127401642747623110
Binary1100010010101001101111000111010010111100111110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A9BC; }

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

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

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

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

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

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

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

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