#C1AEBA

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

Shades of Maverick #C1AEBA

Tints of Maverick #C1AEBA

Color information

#C1AEBA (or 0xC1AEBA) is unknown color: approx Maverick. HEX triplet: C1, AE and BA. RGB value is (193,174,186). Sum of RGB (Red+Green+Blue) = 193+174+186=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AEBA is #3E5145. Grayscale: #B5B5B5. Windows color (decimal): -4084038 or 12234433. OLE color: 12234433.

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

Color convert

RGB193174186-
CMYK00.100.040.24
HSL322.11º13.29%71.96%-
HSV(B)322.11º9.84%75.69%-
XYZ45.9945.1552.75-
YUV181.05130.79136.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.90%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 186 (73.05% from 255) = 33.63%
R=34.90%
G=31.46%
B=33.63%

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
Decimal19317418600.100.040.24322.1113.2971.96
HexC1AEBA0A418142d48
Octal30125627201243050215110
Binary110000011010111010111010010101001100010100001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AEBA; }

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

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

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

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

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

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

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

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