#C7BCC6

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

Shades of Maverick #C7BCC6

Tints of Maverick #C7BCC6

Color information

#C7BCC6 (or 0xC7BCC6) is unknown color: approx Maverick. HEX triplet: C7, BC and C6. RGB value is (199,188,198). Sum of RGB (Red+Green+Blue) = 199+188+198=585 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.02% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCC6 is #384339. Grayscale: #C0C0C0. Windows color (decimal): -3687226 or 13024455. OLE color: 13024455.

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

Color convert

RGB199188198-
CMYK00.060.010.22
HSL305.45º8.94%75.88%-
HSV(B)305.45º5.53%78.04%-
XYZ51.7352.1960.77-
YUV192.43131.14132.69-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.02%
GREEN value IS 188 (73.83% from 255) = 32.14%
BLUE value IS 198 (77.73% from 255) = 33.85%
R=34.02%
G=32.14%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918819800.060.010.22305.458.9475.88
HexC7BCC60611613194c
Octal3072743060612646111114
Binary110001111011110011000110011011011010011000110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BCC6; }

 p { color: rgb(199,188,198); }

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

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

 a { background-color: rgb(199,188,198); }

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

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

 span { border-color: rgb(199,188,198); }

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