#C7BCC5

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

Shades of Maverick #C7BCC5

Tints of Maverick #C7BCC5

Color information

#C7BCC5 (or 0xC7BCC5) is unknown color: approx Maverick. HEX triplet: C7, BC and C5. RGB value is (199,188,197). Sum of RGB (Red+Green+Blue) = 199+188+197=584 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.08% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCC5 is #38433A. Grayscale: #C0C0C0. Windows color (decimal): -3687227 or 12958919. OLE color: 12958919.

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

Color convert

RGB199188197-
CMYK00.060.010.22
HSL310.91º8.94%75.88%-
HSV(B)310.91º5.53%78.04%-
XYZ51.6152.1460.17-
YUV192.32130.64132.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.08%
GREEN value IS 188 (73.83% from 255) = 32.19%
BLUE value IS 197 (77.34% from 255) = 33.73%
R=34.08%
G=32.19%
B=33.73%

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
Decimal19918819700.060.010.22310.918.9475.88
HexC7BCC50611613794c
Octal3072743050612646711114
Binary110001111011110011000101011011011010011011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BCC5; }

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

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

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

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

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

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

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

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