#C7BCC1

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

Shades of Maverick #C7BCC1

Tints of Maverick #C7BCC1

Color information

#C7BCC1 (or 0xC7BCC1) is unknown color: approx Maverick. HEX triplet: C7, BC and C1. RGB value is (199,188,193). Sum of RGB (Red+Green+Blue) = 199+188+193=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCC1 is #38433E. Grayscale: #BFBFBF. Windows color (decimal): -3687231 or 12696775. OLE color: 12696775.

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

Color convert

RGB199188193-
CMYK00.060.030.22
HSL332.73º8.94%75.88%-
HSV(B)332.73º5.53%78.04%-
XYZ51.1651.9657.78-
YUV191.86128.64133.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.31%
GREEN value IS 188 (73.83% from 255) = 32.41%
BLUE value IS 193 (75.78% from 255) = 33.28%
R=34.31%
G=32.41%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918819300.060.030.22332.738.9475.88
HexC7BCC10631614d94c
Octal3072743010632651511114
Binary1100011110111100110000010110111011010100110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BCC1; }

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

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

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

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

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

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

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

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