#C1AEBD

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

Shades of Maverick #C1AEBD

Tints of Maverick #C1AEBD

Color information

#C1AEBD (or 0xC1AEBD) is unknown color: approx Maverick. HEX triplet: C1, AE and BD. RGB value is (193,174,189). Sum of RGB (Red+Green+Blue) = 193+174+189=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AEBD is #3E5142. Grayscale: #B5B5B5. Windows color (decimal): -4084035 or 12431041. OLE color: 12431041.

HSL color Cylindrical-coordinate representation of color #C1AEBD: hue angle of 312.63º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1AEBD is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB193174189-
CMYK00.100.020.24
HSL312.63º13.29%71.96%-
HSV(B)312.63º9.84%75.69%-
XYZ46.3145.2854.44-
YUV181.39132.29136.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.71%
GREEN value IS 174 (68.36% from 255) = 31.29%
BLUE value IS 189 (74.22% from 255) = 33.99%
R=34.71%
G=31.29%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317418900.100.020.24312.6313.2971.96
HexC1AEBD0A218139d48
Octal30125627501223047115110
Binary11000001101011101011110101010101100010011100111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AEBD; }

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

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

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

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

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

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

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

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