#C6B3C2

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

Shades of Maverick #C6B3C2

Tints of Maverick #C6B3C2

Color information

#C6B3C2 (or 0xC6B3C2) is unknown color: approx Maverick. HEX triplet: C6, B3 and C2. RGB value is (198,179,194). Sum of RGB (Red+Green+Blue) = 198+179+194=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B3C2 is #394C3D. Grayscale: #BABABA. Windows color (decimal): -3755070 or 12760006. OLE color: 12760006.

HSL color Cylindrical-coordinate representation of color #C6B3C2: hue angle of 312.63º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6B3C2 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB198179194-
CMYK00.100.020.22
HSL312.63º14.29%73.92%-
HSV(B)312.63º9.6%77.65%-
XYZ49.1548.1457.74-
YUV186.39132.29136.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.68%
GREEN value IS 179 (70.31% from 255) = 31.35%
BLUE value IS 194 (76.17% from 255) = 33.98%
R=34.68%
G=31.35%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817919400.100.020.22312.6314.2973.92
HexC6B3C20A216139e4a
Octal30626330201222647116112
Binary11000110101100111100001001010101011010011100111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B3C2; }

 p { color: rgb(198,179,194); }

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

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

 a { background-color: rgb(198,179,194); }

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

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

 span { border-color: rgb(198,179,194); }

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