#C8BAC6

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

Shades of Maverick #C8BAC6

Tints of Maverick #C8BAC6

Color information

#C8BAC6 (or 0xC8BAC6) is unknown color: approx Maverick. HEX triplet: C8, BA and C6. RGB value is (200,186,198). Sum of RGB (Red+Green+Blue) = 200+186+198=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BAC6 is #374539. Grayscale: #BFBFBF. Windows color (decimal): -3622202 or 13023944. OLE color: 13023944.

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

Color convert

RGB200186198-
CMYK00.070.010.22
HSL308.57º11.29%75.69%-
HSV(B)308.57º7%78.43%-
XYZ51.5751.4760.64-
YUV191.55131.64134.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.25%
GREEN value IS 186 (73.05% from 255) = 31.85%
BLUE value IS 198 (77.73% from 255) = 33.90%
R=34.25%
G=31.85%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018619800.070.010.22308.5711.2975.69
HexC8BAC607116135b4c
Octal3102723060712646513114
Binary110010001011101011000110011111011010011010110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BAC6; }

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

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

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

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

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

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

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

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