#C6BCC1

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

Shades of Maverick #C6BCC1

Tints of Maverick #C6BCC1

Color information

#C6BCC1 (or 0xC6BCC1) is unknown color: approx Maverick. HEX triplet: C6, BC and C1. RGB value is (198,188,193). Sum of RGB (Red+Green+Blue) = 198+188+193=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCC1 is #39433E. Grayscale: #BFBFBF. Windows color (decimal): -3752767 or 12696774. OLE color: 12696774.

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

Color convert

RGB198188193-
CMYK00.050.030.22
HSL330º8.06%75.69%-
HSV(B)330º5.05%77.65%-
XYZ50.951.8257.77-
YUV191.56128.81132.59-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.20%
GREEN value IS 188 (73.83% from 255) = 32.47%
BLUE value IS 193 (75.78% from 255) = 33.33%
R=34.20%
G=32.47%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818819300.050.030.223308.0675.69
HexC6BCC10531614a84c
Octal3062743010532651210114
Binary1100011010111100110000010101111011010100101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BCC1; }

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

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

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

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

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

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

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

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