#C8AEBE

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

Shades of Maverick #C8AEBE

Tints of Maverick #C8AEBE

Color information

#C8AEBE (or 0xC8AEBE) is unknown color: approx Maverick. HEX triplet: C8, AE and BE. RGB value is (200,174,190). Sum of RGB (Red+Green+Blue) = 200+174+190=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AEBE is #375141. Grayscale: #B7B7B7. Windows color (decimal): -3625282 or 12496584. OLE color: 12496584.

HSL color Cylindrical-coordinate representation of color #C8AEBE: hue angle of 323.08º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8AEBE is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB200174190-
CMYK00.130.050.22
HSL323.08º19.12%73.33%-
HSV(B)323.08º13%78.43%-
XYZ48.2546.2755.1-
YUV183.6131.61139.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.46%
GREEN value IS 174 (68.36% from 255) = 30.85%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=35.46%
G=30.85%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017419000.130.050.22323.0819.1273.33
HexC8AEBE0D5161431349
Octal31025627601552650323111
Binary1100100010101110101111100110110110110101000011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AEBE; }

 p { color: rgb(200,174,190); }

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

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

 a { background-color: rgb(200,174,190); }

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

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

 span { border-color: rgb(200,174,190); }

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