#C8BAC0

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

Shades of Maverick #C8BAC0

Tints of Maverick #C8BAC0

Color information

#C8BAC0 (or 0xC8BAC0) is unknown color: approx Maverick. HEX triplet: C8, BA and C0. RGB value is (200,186,192). Sum of RGB (Red+Green+Blue) = 200+186+192=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BAC0 is #37453F. Grayscale: #BEBEBE. Windows color (decimal): -3622208 or 12630728. OLE color: 12630728.

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

Color convert

RGB200186192-
CMYK00.070.040.22
HSL334.29º11.29%75.69%-
HSV(B)334.29º7%78.43%-
XYZ50.8951.257.07-
YUV190.87128.64134.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.60%
GREEN value IS 186 (73.05% from 255) = 32.18%
BLUE value IS 192 (75.39% from 255) = 33.22%
R=34.60%
G=32.18%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018619200.070.040.22334.2911.2975.69
HexC8BAC00741614eb4c
Octal3102723000742651613114
Binary11001000101110101100000001111001011010100111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BAC0; }

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

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

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

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

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

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

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

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