#C1AEB9

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

Shades of Maverick #C1AEB9

Tints of Maverick #C1AEB9

Color information

#C1AEB9 (or 0xC1AEB9) is unknown color: approx Maverick. HEX triplet: C1, AE and B9. RGB value is (193,174,185). Sum of RGB (Red+Green+Blue) = 193+174+185=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AEB9 is #3E5146. Grayscale: #B4B4B4. Windows color (decimal): -4084039 or 12168897. OLE color: 12168897.

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

Color convert

RGB193174185-
CMYK00.100.040.24
HSL325.26º13.29%71.96%-
HSV(B)325.26º9.84%75.69%-
XYZ45.8945.1152.19-
YUV180.94130.29136.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.96%
GREEN value IS 174 (68.36% from 255) = 31.52%
BLUE value IS 185 (72.66% from 255) = 33.51%
R=34.96%
G=31.52%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317418500.100.040.24325.2613.2971.96
HexC1AEB90A418145d48
Octal30125627101243050515110
Binary110000011010111010111001010101001100010100010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AEB9; }

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

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

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

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

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

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

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

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