#C6B6BD

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

Shades of Maverick #C6B6BD

Tints of Maverick #C6B6BD

Color information

#C6B6BD (or 0xC6B6BD) is unknown color: approx Maverick. HEX triplet: C6, B6 and BD. RGB value is (198,182,189). Sum of RGB (Red+Green+Blue) = 198+182+189=569 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.80% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B6BD is #394942. Grayscale: #BBBBBB. Windows color (decimal): -3754307 or 12433094. OLE color: 12433094.

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

Color convert

RGB198182189-
CMYK00.080.050.22
HSL333.75º12.31%74.51%-
HSV(B)333.75º8.08%77.65%-
XYZ49.249.1455.04-
YUV187.58128.8135.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.80%
GREEN value IS 182 (71.48% from 255) = 31.99%
BLUE value IS 189 (74.22% from 255) = 33.22%
R=34.80%
G=31.99%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818218900.080.050.22333.7512.3174.51
HexC6B6BD0851614ec4b
Octal30626627501052651614113
Binary110001101011011010111101010001011011010100111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B6BD; }

 p { color: rgb(198,182,189); }

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

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

 a { background-color: rgb(198,182,189); }

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

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

 span { border-color: rgb(198,182,189); }

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