#C1A4BB

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

Shades of Maverick #C1A4BB

Tints of Maverick #C1A4BB

Color information

#C1A4BB (or 0xC1A4BB) is unknown color: approx Maverick. HEX triplet: C1, A4 and BB. RGB value is (193,164,187). Sum of RGB (Red+Green+Blue) = 193+164+187=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 164 (64.45% from 255 or 30.15% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A4BB is #3E5B44. Grayscale: #AFAFAF. Windows color (decimal): -4086597 or 12297409. OLE color: 12297409.

HSL color Cylindrical-coordinate representation of color #C1A4BB: hue angle of 312.41º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1A4BB is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB193164187-
CMYK00.150.030.24
HSL312.41º18.95%70%-
HSV(B)312.41º15.03%75.69%-
XYZ44.2441.4852.69-
YUV175.29134.61140.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.48%
GREEN value IS 164 (64.45% from 255) = 30.15%
BLUE value IS 187 (73.44% from 255) = 34.38%
R=35.48%
G=30.15%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316418700.150.030.24312.4118.9570
HexC1A4BB0F3181381346
Octal30124427301733047023106
Binary110000011010010010111011011111111000100111000100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A4BB; }

 p { color: rgb(193,164,187); }

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

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

 a { background-color: rgb(193,164,187); }

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

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

 span { border-color: rgb(193,164,187); }

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