#C1A9BD

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

Shades of Maverick #C1A9BD

Tints of Maverick #C1A9BD

Color information

#C1A9BD (or 0xC1A9BD) is unknown color: approx Maverick. HEX triplet: C1, A9 and BD. RGB value is (193,169,189). Sum of RGB (Red+Green+Blue) = 193+169+189=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A9BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A9BD is #3E5642. Grayscale: #B2B2B2. Windows color (decimal): -4085315 or 12429761. OLE color: 12429761.

HSL color Cylindrical-coordinate representation of color #C1A9BD: hue angle of 310º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1A9BD is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB193169189-
CMYK00.120.020.24
HSL310º16.22%70.98%-
HSV(B)310º12.44%75.69%-
XYZ45.3743.3954.13-
YUV178.46133.95138.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.03%
GREEN value IS 169 (66.41% from 255) = 30.67%
BLUE value IS 189 (74.22% from 255) = 34.30%
R=35.03%
G=30.67%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316918900.120.020.2431016.2270.98
HexC1A9BD0C2181361047
Octal30125127501423046620107
Binary110000011010100110111101011001011000100110110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A9BD; }

 p { color: rgb(193,169,189); }

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

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

 a { background-color: rgb(193,169,189); }

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

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

 span { border-color: rgb(193,169,189); }

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