#C6BDC3

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

Shades of Maverick #C6BDC3

Tints of Maverick #C6BDC3

Color information

#C6BDC3 (or 0xC6BDC3) is unknown color: approx Maverick. HEX triplet: C6, BD and C3. RGB value is (198,189,195). Sum of RGB (Red+Green+Blue) = 198+189+195=582 (77% of max value = 765). Red value is 198 (77.73% from 255 or 34.02% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 195 (76.56% from 255 or 33.51% from 582); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDC3 is #39423C. Grayscale: #C0C0C0. Windows color (decimal): -3752509 or 12828102. OLE color: 12828102.

HSL color Cylindrical-coordinate representation of color #C6BDC3: hue angle of 320º degrees, saturation: 0.07, 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 #C6BDC3 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB198189195-
CMYK00.050.020.22
HSL320º7.32%75.88%-
HSV(B)320º4.55%77.65%-
XYZ51.3452.3459.03-
YUV192.37129.48132.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.02%
GREEN value IS 189 (74.22% from 255) = 32.47%
BLUE value IS 195 (76.56% from 255) = 33.51%
R=34.02%
G=32.47%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818919500.050.020.223207.3275.88
HexC6BDC30521614074c
Octal306275303052265007114
Binary110001101011110111000011010110101101010000001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BDC3; }

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

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

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

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

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

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

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

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