#C8A9BA

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

Shades of Maverick #C8A9BA

Tints of Maverick #C8A9BA

Color information

#C8A9BA (or 0xC8A9BA) is unknown color: approx Maverick. HEX triplet: C8, A9 and BA. RGB value is (200,169,186). Sum of RGB (Red+Green+Blue) = 200+169+186=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A9BA is #375645. Grayscale: #B4B4B4. Windows color (decimal): -3626566 or 12233160. OLE color: 12233160.

HSL color Cylindrical-coordinate representation of color #C8A9BA: hue angle of 327.1º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8A9BA is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB200169186-
CMYK00.160.070.22
HSL327.1º21.99%72.35%-
HSV(B)327.1º15.5%78.43%-
XYZ46.8744.252.52-
YUV180.21131.27142.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.04%
GREEN value IS 169 (66.41% from 255) = 30.45%
BLUE value IS 186 (73.05% from 255) = 33.51%
R=36.04%
G=30.45%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016918600.160.070.22327.121.9972.35
HexC8A9BA0107161471648
Octal31025127202072650726110
Binary11001000101010011011101001000011110110101000111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A9BA; }

 p { color: rgb(200,169,186); }

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

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

 a { background-color: rgb(200,169,186); }

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

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

 span { border-color: rgb(200,169,186); }

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