#C8AEBD

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

Shades of Maverick #C8AEBD

Tints of Maverick #C8AEBD

Color information

#C8AEBD (or 0xC8AEBD) is unknown color: approx Maverick. HEX triplet: C8, AE and BD. RGB value is (200,174,189). Sum of RGB (Red+Green+Blue) = 200+174+189=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AEBD is #375142. Grayscale: #B7B7B7. Windows color (decimal): -3625283 or 12431048. OLE color: 12431048.

HSL color Cylindrical-coordinate representation of color #C8AEBD: hue angle of 325.38º 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 #C8AEBD is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB200174189-
CMYK00.130.060.22
HSL325.38º19.12%73.33%-
HSV(B)325.38º13%78.43%-
XYZ48.1446.2354.53-
YUV183.48131.11139.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.52%
GREEN value IS 174 (68.36% from 255) = 30.91%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=35.52%
G=30.91%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017418900.130.060.22325.3819.1273.33
HexC8AEBD0D6161451349
Octal31025627501562650523111
Binary1100100010101110101111010110111010110101000101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AEBD; }

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

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

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

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

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

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

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

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